Rails、Redmine、Mysql 和 SQL Server 编码问题
我们让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
HTML 对其进行编码。浏览器仅支持 HTML,而 HTML 表示所有非英语字符都要进行特殊编码。
HTML encode it. Browsers support HTML only, and HTML says all non-english characters are to be specially coded.