UTF-16 support in GWT/GXT application
I have an GWT/GXT application running on UTF-8 encoding.We would like it to support UTF-16.That is, we would like the UTF-16 encoded characters copy-pasted from word/other sources to be safely propagated to the DB and the UTF-16 encoded characters in Oracle DB to be displayed seamlessly in the UI .
Is it possible to implement this in GWT/GXT ? If so, h开发者_开发技巧ow do we go about implementing this ?Please help.
The issue was related to saving the source code encoding toUTF-8 . I changed this in maven and selected the appropriate font . Now everything seems to be fine .
精彩评论