We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题发生的原因在于,Unix 路径以 / 作为分隔符,不同于 DOS 路径 \。
/
\
例如有以下文件:
$ ls sogoucel Web开发个人词库.scel
执行转换后:
./imewlconverter/publish/ImeWlConverterCmd -i:scel "./sogoucel/*.scel" -o:rime "./sogoucel_output/*" -ct:pinyin -os:linux
输出文件会变成:
$ ls sogoucel_output \Web开发个人词库.txt
The text was updated successfully, but these errors were encountered:
2a3847e
Merge pull request #305 from nopdan/fix-301
a45cca3
Fix #301
No branches or pull requests
问题发生的原因在于,Unix 路径以
/
作为分隔符,不同于 DOS 路径\
。例如有以下文件:
执行转换后:
输出文件会变成:
$ ls sogoucel_output \Web开发个人词库.txt
The text was updated successfully, but these errors were encountered: