|
|

楼主 |
发表于 2006-9-30 00:28:24
|
显示全部楼层
Post by 林文清
内核编译的时候选了吗?
Symbol: NLS_UTF8 [=y] │
│ Prompt: NLS UTF-8 │
│ Defined at fs/nls/Kconfig:493 │
│ Depends on: NLS │
│ Location: │
│ -> File systems │
│ -> Native Language Support │
│ -> Base native language support (NLS [=y]) │
│ Selected by: HFSPLUS_FS
CONFIG_NLS_UTF8: │
│ │
│ If you want to display filenames with native language characters │
│ from the Microsoft FAT file system family or from JOLIET CD-ROMs │
│ correctly on the screen, you need to include the appropriate │
│ input/output character sets. Say Y here for the UTF-8 encoding of │
│ the Unicode/ISO9646 universal character set.
不过看说明似乎是支持FAT系统用的,不知道对console有没有效。有点奇怪的是,menuconfig的时候应该是英文,怎么会有乱码呢
如果是桌面的终端,edit一下profilers看看,里面的字符集什么的是不是设置错了
呵呵......,乱码啊,自然无法做任何选择,只看到那 “EXIT CANCEL HELP” 好象是这三个吧,其他都是类似于(只是类似,似乎又不是)@@@@@@@这样的字符,当时我就蒙了,直接exit,提示保存,就保存了,然后继续编译,当是使用了默认配置,
国庆重装时试试 unicode_stop 看看吧,实在不行我就编了内核再来设置locale,这样应该就不会有问题了 |
|