构建多语言Windows CE 6.0操作系统

发布于 2024-09-25 19:49:17 字数 507 浏览 2 评论 0 原文

我已经为不同的罗马欧洲语言和几种东亚语言(中文、日语和韩语)构建了一个多语言 Windows CE 6.0 操作系统。

为此,我遵循了“如何创建多语言操作系统设计”一文中描述的信息(请参阅 http://msdn.microsoft.com/en-us/library/ee491398.aspx)。

在目标设备(AT61SAM9G45 开发套件)上,我可以通过“菜单/设置/控制面板/区域设置”的“用户界面语言”选项卡成功切换操作系统语言。这很好,并且非常适合欧洲语言、中文和日语。

但是,当我切换到韩语时,所有字符都显示为空方块!

如果构建一个只有韩语的操作系统,字符就可以了。如果构建仅包含韩语和日语的操作系统,所有这些都显示为空方块(单独使用中文或使用罗马语言时都可以)

是否有想法在多语言操作系统中显示韩语字体?

谢谢

I have buid a multilingual Windows CE 6.0 OS for differents roman european languages and several east asian: chinese, japanese and Korean.

To do this, I have followed the informations described par MS in the article "How to create a multilingual OS Design" (see http://msdn.microsoft.com/en-us/library/ee491398.aspx).

On the targeted device (an AT61SAM9G45 dev kit), I can successfully swicth OS language through "Menu / Settings / Control Panel / Regional Settings", tab "User Interface Language". That's fine and work perfectly for european languages, chinese and for japanese.

But, when I switch to Korean, all characters are display as en empty square!

If a build an OS with only Korean, the characters are Ok. If a build an OS with Korean and Japanese only, all of them are displayed with empty squares (chinese was ok when alone or with roman languages)

Any idea to have korean fonts displayed in a multilingual OS?

Thank's

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

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

发布评论

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

评论(1

把回忆走一遍 2024-10-02 19:49:17

对于需要几种亚洲和罗马​​语言的情况,我认为需要自定义操作系统映像的代码页。这里有一些关于此的文档:
http://msdn.microsoft.com/en-us/library/ms834426 .aspx#locplatform30_codepages

For a situation were several asian and roman languages are required, I believe it is required to customize the code pages of the OS image. There is some documentation about this here:
http://msdn.microsoft.com/en-us/library/ms834426.aspx#locplatform30_codepages

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