Text encode format for multi language support in text field:
------------------------------------------------------------
Frong End -> encodeURIComponent(encodeURIComponent(searchKey))
Backend -> text=java.net.URLDecoder.decode(text, "UTF-8");
------------------------------------------------------------
Frong End -> encodeURIComponent(encodeURIComponent(searchKey))
Backend -> text=java.net.URLDecoder.decode(text, "UTF-8");
No comments:
Post a Comment