I still haven't figured out a way to *reliably* extract Japanese SJIS zip files on Linux. unzip/7z work on files with extended UTF-8 filenames. unzip always mangles SJIS. LANG=C 7z passes through SJIS and convmv can convert to UTF-8, but that mangles UTF-8 extended zips.
-
-
Enjoy the windows version >py -2 -c "print('テスト')" ??? >py -2 -c "print(u'テスト')" Traceback (most recent call last): File "<string>", line 1, in <module> LookupError: unknown encoding: cp65001 >py -3 -c "print('テスト')" テスト
-
??? indeed
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.