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. - If I open the browser and go to JapaneseEnvironment class>>isBreakableAt:in: (possibly the only method with Japanese characters), it doesn't display characters, even though the result from #sourceCodeAt: does contain strings with leading chars. So I loaded the good old FontForJapaneseEnvironment.sar and the latter case it does display characters properly. -- Yoshiki