|
|
gentoo-china-overlay里的unzip可解决这个问题
只需要定义LINGUAS=zh
如果原来已经有LINGUAS=zh_CN,那就改成"zh zh_CN"
注意如此解开可能还是乱码,不过这时convmv就可以成功转码了,之前是不行的
elog "If you receive a zip file from a Windows user, after unzip the file"
elog "you find Chinese chars in the filename are garbled and you can't"
elog "recover it no matter how you convert them, you should try add"
elog "LINGAUS=zh to your make.conf and re-emerge unzip, and unzip it again."
elog ""
elog "Note: even after this, maybe you still couldn't see the right chars."
elog "This time convmv can save you. All you need to know is which language"
elog "version of Windows that Windows user is using and which encodin you"
elog "are using."
elog ""
elog "Note again: this trick may apply to Korean and Japanese users too."
elog "But I do not have the condition to test it -- r0bertz" |
|