At Wed, 11 Mar 2009 11:24:39 -0700, Michael Rueger wrote:
[1 <text/plain; ISO-8859-1 (7bit)>] Yoshiki Ohshima wrote:
At Tue, 03 Mar 2009 15:50:47 -0800, Michael Rueger wrote:
Yoshiki Ohshima wrote:
On Windows Vista in Japanese, the system seems to get the unicode values from keyboard but doesn't display them correctly. For short Any idea why? I'm pretty sure I'm going through the correct process for the leading char. Is there any glyph translation needed for the rendering or the font import?
- The char typed into the workspace doesn't have the leading char.
Could you try if the attached patch fixes this?
If I manually call #determineCurrentLocale manually to set CurrentPlatform, its locale becomes ja-JP but knownEnvironments only contains key for "ja" and couldn't find it. -- Yoshiki