冷月之灵
- - 不愿离家的孩子 -
- 来自:
- 性别:男
- 生日:1989-07-26
- 注册:
2005-02-17
- 精华:0
- 学分:0 个
- 好人卡:30 张
- 好感度:4
- [宁夏银川市]
|
冷月之灵
2005-02-28 19:00
|只看该用户
11#
t
T
回复:air乱码如何解决?thanks
以下引用fokyatsi在2005-2-28 18:54:35的发言: what is (applocale)??? |
1.0 What is AppLocale
Unicode based platforms, such as Windows XP, emulate the language environment required to run non-Unicode applications by internally converting application's non-Unicode text data to Unicode using a system-wide variable commonly called the system local (or language for non-Unicode applications). The language of the non-Unicode applications should be of the same script or family as the one defined by the system locale. Failing to meet this condition results in display of garbage characters in the UI of the application.
This approach has few usability limitations:
- Only an administrator has the ability of setting the system locale value.
- Setting the system locale requires a system reboot.
- Only one system locale can be set at a time.
AppLocale (or Application Locale) is a temporary solution to these limitations caused by non-Unicode applications running on the Unicode (UTF-16) based Windows XP. AppLocale detects the language of the legacy application and simulates a corresponding system locale for code-page to/from Unicode conversions.
|
|