开发者

UTF-16 support in GWT/GXT application

开发者 https://www.devze.com 2023-03-30 17:38 出处:网络
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 propaga

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 .

0

精彩评论

暂无评论...
验证码 换一张
取 消