在 Drupal 中的文本中出现奇怪的字符...可能是编码问题,但如何解决
再会。
在我的 Drupal 站点中,文本中出现奇怪的字符。就像,我得到的不是我所期望的“ideéenbus”,而是 De ideéenbus (我希望这就在这里出现)
现在这与某处的字符编码问题有关。但是,我该如何在 Drupal 中进行设置呢?或者是否需要在数据库上进行设置?希望有人能帮忙。
谢谢 马可
Good day.
In my Drupal site, strange characters appear in text. Like, instead of what I expect "ideéenbus" I get De ide�enbus
(I hope this comes out right here)
Now this has to do with a character encoding issue somewhere. But, how can I set this in Drupal? Or is it something that needs to be set on the database instead? Hope someone can help.
Thank you
Marco
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为了在 Drupal 和 PHP 中获得良好的编码体验,所有项目都应该采用相同的编码,最好是 UTF8,或者它们应该意识到差异并采取相应的行动。
应检查以下组件:
To have a good experience in encoding in Drupal and PHP in general, all the items should speak the same encoding, ideally UTF8, or they should be aware of differences and act accordingly.
The following components should be checked:
检查数据库表的字符编码。确保它是 UTF-8。
Check the character encoding of your database tables. Make sure it is UTF-8.