Hacker News new | ask | show | jobs
by actionfromafar 1180 days ago
It depends, Japanese filenames are sometimes in an 8-bit codepage. There are several.

https://en.wikipedia.org/wiki/Code_page

https://stackoverflow.com/a/45583116

https://github.com/m13253/unzip-iconv

1 comments

Thanks. unzip -O Shift_JIS <file> did the trick.