休眠编码

发布于 2024-08-11 13:40:50 字数 66 浏览 2 评论 0原文

我正在尝试将带有日语字符的数据插入到 oracle 数据库中。数据库中保存的东西是一堆倒置的问号。我该如何解决这个问题

Im trying to insert data with japanese characters to an oracle database. The things is what is saved in the database are bunch of inverted question marks. HOw do I resolve this

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

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

发布评论

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

评论(1

梨涡少年 2024-08-18 13:40:50

请参阅http://www.errcode.net/blogs/?p=6 确定数据库的编码。我目前正在使用 Oracle 和 Hibernate(UTF-8),没有额外的配置。

同样,您可能想检查输入值是否正确编码。例如,如果您有一个 Web 应用程序,请检查请求参数编码(或使用 request.setCharacterEncoding("utf-8") 设置它)

See http://www.errcode.net/blogs/?p=6 to determine the encoding of your database. I'm currently using Oracle with Hibernate in UTF-8 with no extra configurations.

Aslo, you might want to check whether the input values come correctly encoded. For example, if you have a web application, check the request parameter encoding (or set it, with request.setCharacterEncoding("utf-8"))

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