Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个带有搜索字段的菜单,这完全是在 Flash 中完成的。在英语方面工作完美;如果你写“dah”,它会搜索“dah”。在中文中,如果你写“饼”,它会发布“??” 反而。
我更改了编码,但没有解决问题。
有人知道如何解决 Flash 上的编码问题吗?
最重要的是:什么版本的 Flash?较新的版本使用 Unicode,因此编码应该无关紧要。
只是根据您的描述猜测:您使用的是旧版本的 Flash(或将结果定位到旧播放器),并且您使用的字体不好。
方块实际上比问号更好。它(通常)意味着字符没有损坏,但字体不包含所需的字形。尝试将编码更改为 big5 并使用繁体中文字体(例如 Windows 上的 MingLiU)。