MySQL 的 i18n(印度语言)支持有任何问题吗?

发布于 2024-09-03 17:39:25 字数 398 浏览 11 评论 0原文

我们正在评估 MySQL 和 PostgreSQL 来构建我们的印度语言(使用 utf-8 编码)Web 应用程序,该应用程序将使用 MySQL 或 PostgreSQL。

我的一位同事提到 MySQL 在 i18n 方面存在问题。我主要来自 Oracle 世界,虽然我对 MySQL 有所了解,但我不太了解它的 i18n 支持存在问题。

有谁知道 MySQL 的 i18n 支持问题以及 PostgreSQL 是否更适合使用 utf-8 编码构建具有印度语言支持(卡纳达语、泰卢固语、泰米尔语等)的应用程序?

如您所知,我们将使用 J2EE 来构建此应用程序,并且将使用 JDBC 驱动程序来访问数据库。

PS:如果我们使用 Rails 而不是 J2EE 来构建应用程序,会有什么变化吗?

谢谢你,

We're evaluating MySQL and PostgreSQL for building our indic language(using utf-8 encoding) web application which will use MySQL or PostgreSQL.

One of my colleagues mentioned that MySQL had issues with i18n. I mostly come from the Oracle world and although I've played a lil with MySQL, I don't know enough to know that there are issues with its i18n support.

Does anyone know issues with MySQL's i18n support and if PostgreSQL would be better placed for building an application with indic language support(kannada, telugu, tamil, etc) using utf-8 encoding ?

Just so you know, we're going to be using J2EE to build this application and we will be using JDBC drivers to access the DB.

P.S : Will anything change if we were to use Rails to build the app instead of J2EE ?

Thank you,

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

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

发布评论

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

评论(2

天冷不及心凉 2024-09-10 17:39:25

MySQL 不支持完整的 utf8 编码:

目前,MySQL 支持 UTF-8
不包括四字节序列。

PostgreSQL 完全支持 utf8。

MySQL doesn't support the complete utf8-encoding:

Currently, MySQL support for UTF-8
does not include four-byte sequences.

PostgreSQL has full support for utf8.

也只是曾经 2024-09-10 17:39:25

不,mysql 没有语言问题。
Mysql 不处理语言。仅适用于编码。
您可以使用任何受支持的编码,并且 utf-8 是首选。

No, mysql has no issues with languages.
Mysql don't deal with languages. Only with encodings.
You can use any encoding supported, and utf-8 is preferred one.

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