|
[下载]DOS强势工具第一炮-Paragon DOS IFS Driver
[这个贴子最后由Brglng在 2005/09/13 05:21pm 第 1 次编辑]
今天又测试了一下,原来是这样:
如果不加载代码页,可以用中文进行新建目录、创建文件等操作,看似完全正常,但对于用xp在ntfs里创建的中文文件名则无法正常读写。
如果用cp:936参数,则提示代码页未正常加载。
看到那个nls目录,里面每一个cpi文件都对应有一个uct文件,我想936可能也需要这个uct文件。
这个软件不知道哪来的,网上找不到一点信息
这是它的readme.txt里面的:
The 5th parameter is used to support national file names. For each codepage
supported ".\NLS\" subdirectory of the IFS driver directory contains 2 files:
<number>.CPI - ASCII <=> Unicode convert table;
<number>.UCT - upper case convert table. |
|