Skip to content
New issue

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

Linux下输出文件有多余的反斜杠 #301

Closed
NWater23 opened this issue Feb 12, 2024 · 0 comments
Closed

Linux下输出文件有多余的反斜杠 #301

NWater23 opened this issue Feb 12, 2024 · 0 comments

Comments

@NWater23
Copy link

问题发生的原因在于,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
@nopdan nopdan closed this as completed in 2a3847e Mar 13, 2024
nopdan added a commit that referenced this issue Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants