I have try and try and still can't get UTF-8 to work correctly.
I still don't understand what should I do.
I did those emerge glibc thing...
I can set my Filezilla to force UTF-8 on server side.
I even try convmv on a folder name which convmv tells me it is already UTF-8
I am running Windows 2000 with putty 0.58 and set it to UTF-8...
I also try screen... CTRL-A : utf8 on... still gives me ??? or blocks
still don't understand...
USE FLAGS
Code: Select all
USE="acpi aim apache2 apm bzip2 cjk cups foomaticdb ftp icq \
irc jabber mmx msn nls nptl nptlonly oav pam ppds png python \
readline userlocales samba sse xml wifi yahoo \
-acl -arts -avi -berkdb -encode -fortran -gnome -gpm -gtk -gtk2 \
-kde -libg++ -libwww -lm_sensors -mad -mikmod -motif -mpeg -oss \
-pdflib -php -qt -quicktime -sdl -spell -truetype -mms -xv -X"
Code: Select all
C
en_US
en_US.utf8
ja_JP.eucjp
ja_JP.utf8
POSIX
zh_CN
zh_CN.utf8
zh_HK
zh_HK.utf8
zh_TW
zh_TW.utf8
Code: Select all
en_US/ISO-8859-1
en_US.UTF-8/UTF-8
ja_JP.EUC-JP/EUC-JP
ja_JP.UTF-8/UTF-8
zh_TW.UTF-8/UTF-8
zh_TW/BIG5
zh_CN.UTF-8/UTF-8
zh_CN/GB18030
zh_HK.UTF-8/UTF-8
Code: Select all
zh_TW.UTF-8
Code: Select all
LANG="zh_TW.UTF-8"
LC_ALL="zh_TW.UTF-8"
Code: Select all
LANG="zh_TW.big5"



