作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我检查了MSDN语言环境字符串是 zh_Hant,但我也尝试过使用 zh_TW(中文,台湾)。
繁体中文字符在 poEditor 中看起来不错,但当我在浏览器中打开文件时,这些字符只是奇怪的符号(«∩o¥@É!)。我认为翻译是有效的,但编码有问题(我对字符集和源代码字符集都使用 UTF-8)。
使用poEditor生成的文件:
messages.po:
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-02-15 16:26+0800\n"
"PO-Revision-Date: 2010-02-15 16:26+0800\n"
"Last-Translator: Jano Chen <weedcl@hotmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: _;gettext;gettext_noop\n"
"X-Poedit-Basepath: C:\\wamp\\www\\php-test\n"
"X-Poedit-Language: Chinese\n"
"X-Poedit-Country: TAIWAN\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-SearchPath-0: .\n"
#: test.php:3
msgid "Hello World!"
msgstr "哈囉世界!"
PS:当我将 Firefox 中的编码显示更改为 Big5 时,字符会正确显示,但如果我将它们更改为 UTF-8,则会显示:���o�@��!。
最佳答案
我终于解决了。我必须将以下内容写入 localization.php。
bind_textdomain_codeset("messages", 'UTF-8');
关于encoding - 无法使 (UTF-8) 繁体中文字符在 PHP gettext 扩展中工作(在 poEdit 中创建的 .po 和 .mo 文件),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2264740/
我是一名优秀的程序员,十分优秀!