GWT/GXT 应用程序中的 UTF-16 支持

发布于 2024-12-01 08:52:02 字数 181 浏览 2 评论 0原文

我有一个在 UTF-8 编码上运行的 GWT/GXT 应用程序。我们希望它支持 UTF-16。也就是说,我们希望从 Word/其他源复制粘贴的 UTF-16 编码字符能够安全地传播到DB 和Oracle DB 中的UTF-16 编码字符能够在UI 中无缝显示。

可以在 GWT/GXT 中实现吗?如果是这样,我们该如何实施?请帮忙。

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, how do we go about implementing this ?Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花伊自在美 2024-12-08 08:52:02

该问题与将源代码编码保存为 UTF-8 有关。我在 Maven 中更改了此设置并选择了适当的字体。现在一切似乎都很好。

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 .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文