close
IF you like me need to work @ Traditional Chinese environment, you can continue to read the below procedure
First you have to set your kernel , that your system know "Unicode".
#cd /usr/src/linux
#make menuconfig
File System --->
DOS/FAT/NT Filesystems --->
MSDOS fs support
VFAT (Windows-95) fs support
NTFS file system support
(437) Default codepage for fat
File Systems -->
Native Language Support -->
(utf8) Default NLS Option
NLS UTF8
Second we have to check the /etc/locales.gen to make sure if it support the unicode.
#locale -a | grep 'zh_TW'
zh_TW.UTF-8/UTF-8
zh_TW.EUC-TW/EUC-TW
h_TW.UTF-8/UTF-8
If there is no result smiliar to the ablove-mentioned
We have to make a UTF-8 compatible locale.
#nano /etc/locale.gen
We have to add the listed below.
zh_TW.UTF-8/UTF-8
zh_TW.EUC-TW/EUC-TW
h_TW.UTF-8/UTF-8
Then we have to check our USE FLAG @ /etc/make.conf.
#nano /etc/meak.conf
全站熱搜
留言列表