Java从数据库获取Unicode字符串的方法

发布于 2024-11-09 05:59:32 字数 134 浏览 0 评论 0原文

我是越南人,我曾经使用过一些 Unicode 字符,例如 'Việt Nam'、â、ẵ、ấ、ị、đ、Đ、Ệ、Ố、ư...,我正在进行与插入/接收相关的练习来自数据库的数据,我使用的是Java。我无法从数据库接收数据,而那里的字符没有很多错误。谁能帮助我?

I'm Vietnamese, I used to use some Unicode character ex 'Việt Nam', â, ẵ, ấ, ị, đ, Đ, Ệ, Ố, ư..., I'm having a exercise relate with insert/receive data from database, I'm using Java. I can not receive data from database without many error with there character. Who can help me ?

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

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

发布评论

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

评论(2

失退 2024-11-16 05:59:33

使用确切的错误代码可以更好地理解您的问题。但据我了解,你的问题是数据库中有一些东西(而且没问题),但是当你想阅读并显示它时,你会遇到一些问题。有了这些背景,我认为:

  • 你必须使用utf-8来存储和读取数据。

  • 您的应用程序必须支持您的区域设置。 (例如,据我所知,JDK 不支持 fa_IR 区域设置,因此这可能是您的问题)

  • 但是由于有很多越南人的java应用程序,你的问题应该属于你的DAL。< /p>

提供完整的错误并确保您的数据正确存储在数据库中。

It whould be better to understand your problem with the exact error code. But as I underestand you, your problem is that you have something in database ( and it's okthere ) but when you want to read and show it, you face with some problems. With these background I think:

  • you have to use utf-8 to store and read data.

  • your application have to support your locale. ( for instance as I know JDK doesn't support fa_IR locale, so it may be your problem)

  • But as there are lots of vietnamians java application, your problem should belongs to your DAL.

Provide complete error and ensure that your data is stored correctly in your database.

指尖上的星空 2024-11-16 05:59:33

如果您想使用 Access 数据库,请尝试 Java 7。

否则,请使用 Java 当前支持使用 Unicode 字符进行查询或更新的不同 DBMS。

越南语 Java 编程

Try Java 7 if you want to use Access database.

Otherwise, use a different DBMS that Java currently supports queries or updates with Unicode characters.

Java Programming with Vietnamese

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