[Mono-list] How to support Unicode environment in Mono 0.17?

Gonzalo Paniagua Javier gonzalo@ximian.com
17 Dec 2002 16:08:43 +0100


El lun, 16-12-2002 a las 21:40, tomex.ou escribió:
> Hi, sir,
> 
> I have downloaded Mono 0.17 *.rpm installed successfully.
> My os is RedHat 8.0 linux with Traditional Chinese.
> 
> When outputing English string, it shown:
> [root@yyy mono-0.17-2]# mono test.exe
> mono:: is alive and well...
> 
> but in mint interpreter:
> [root@yyy mono-0.17-2]# mint test.exe
> mono:: is alive and well...
> 
> When outputing Chinese string, it shown:
> [root@yyy mono-0.17-2]# mono text.exe
> ¤¤¤åÅã¥Ü°ÝÃDmono:: is alive and well...
> 
> It seems to be wrong in Non-English RedHat linux still now, right?

Compile and run the attached program with the following command:
gcc `pkg-config --cflags glib-2.0 --libs`  -o getenc getenc.c

Run it and mail the output to the list. Also tell us if your terminal
has UTF-8 support activated.

-Gonzalo