|
|
发表于 2006-4-17 15:39:15
|
显示全部楼层
第一个应该是字体的问题。
第二个不知道,内核文档中是这么说的:
- iocharset=name Deprecated option. Still supported but please use
- nls=name in the future. See description for nls=name.
- nls=name Character set to use when returning file names.
- Unlike VFAT, NTFS suppresses names that contain
- unconvertible characters. Note that most character
- sets contain insufficient characters to represent all
- possible Unicode characters that can exist on NTFS.
- To be sure you are not missing any files, you are
- advised to use nls=utf8 which is capable of
- representing all Unicode characters.
- utf8=<bool> Option no longer supported. Currently mapped to
- nls=utf8 but please use nls=utf8 in the future and
- make sure utf8 is compiled either as module or into
- the kernel. See description for nls=name.
复制代码 |
|