Rails、Redmine、Mysql 和 SQL Server 编码问题

发布于 2024-09-08 05:43:38 字数 166 浏览 1 评论 0原文

我们让 redmine 与 mysql 一起工作(并且 mysql 与 utf8 一起工作得很好)。现在我们需要将数据库迁移到 SQL Server(latin1 是我们的默认值)。迁移后在SQL Server中数据集中正常,但在浏览器中,来自数据库的数据显示为?在强调的地方。在浏览器中正确显示字符的解决方案是什么?

We had redmine working with mysql (and mysql works fine with utf8). Now we needed to migrate the database to SQL Server (latin1 is the default for us). The data acentuation is ok in SQL Server after the migration, but in the browser, data coming from the database is showing ? in the acentuation place. What could be the solution to show characters correctly in the browser?

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

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

发布评论

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

评论(1

才能让你更想念 2024-09-15 05:43:38

HTML 对其进行编码。浏览器仅支持 HTML,而 HTML 表示所有非英语字符都要进行特殊编码。

HTML encode it. Browsers support HTML only, and HTML says all non-english characters are to be specially coded.

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