|
From: Rodriguez, R. <ron...@hp...> - 2005-05-27 17:33:41
|
I tried exactly the same command, using PuTTY 0.58, but the non-ASCII characters appear as solid grey boxes. I've reviewed the PuTTY User Manual, but the only relevant recommendation is to set the expected character set to UTF-8, which I've already done. By the way, uloc_getDefault() is returning "en_US". Lacking any other suggestions, I will probably try posting a question to the comp.terminals Usenet group. This is one of the things the PuTTY feedback page recommends. Thanks for the help so far. Ron Rodriguez -----Original Message----- From: icu...@li... [mailto:icu...@li...] On Behalf Of Steven R. Loomis Sent: Thursday, May 26, 2005 3:34 PM To: icu...@li... Subject: Re: [icu-support] Displaying Japanese locale display name In ICU you can use the uloc_getDefault() function to print the encoding=20 that ICU is using as its default. I was able to get putty 0.56 to display UTF-8 OK for Japanese. I used=20 the icudate sample. My system didn't have en_US.UTF-8 but EN_US.UTF-8 LANG=3Dja_JP LC_CTYPE=3DEN_US.UTF-8 ./icudate -f If there is trouble just with the display on putty, you might need to=20 check with the authors of that program. Hope this helps, Steven Rodriguez, Ronald wrote: >Thank you. By switching the system's configuration of LANG to "en_US.UTF-8", I got the desired output for not only ja_JP, but also ko_KR, zh_Hant, and zh_Hans. (Just "UTF-8" didn't work.) > >This is the case when working directly on the Linux terminal. However, when connecting from a Windows XP client via a PuTTY SSH connection, I still cannot see any of the Japanese, Korean or Chinese characters. PuTTY allows configuration, on the Windows -> Translation panel, for the character set of the incoming data, including a "UTF-8" setting in the drop-down list. But even with this setting, the Asian characters are not visible. > >Do you know of a work-around? > >Ron Rodriguez > =20 > ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg-q22005 _______________________________________________ icu-support mailing list - icu...@li... To Un/Subscribe: https://lists.sourceforge.net/lists/listinfo/icu-support |