|
发表于 2003-5-23 16:31:38
|
显示全部楼层
utf-8 is different with cp936 encoding which is equal to gbk.
windows nt should write filename by gbk encoding.
so it's impossible to see chinese character by using "utf8".
HuiCai must own some special files whose name did not belong to gbk char.
Then the only solution would be:
find these files and delete them (mission impossible) |
|