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









arrow
arrow
    全站熱搜
    創作者介紹
    創作者 gegemini 的頭像
    gegemini

    gegemini的部落格

    gegemini 發表在 痞客邦 留言(0) 人氣()