User Tools

Site Tools


unzip-games

This is an old revision of the document!


Unzip games with specific encodings

Some games are distributed in .zip packages. Lots of these have file names with non-ASCII encoding characters.

Most zip files are not using Unicode, so they need a special procedure to be unpacked properly.

Unpack and convert from GNU/Linux and other UNIX

Requirements:

  • Installed locales for languages to decode.
  • p7zip-full
  • convmv

Commands for specific encodings:

Japanese

LANG=ja_JP 7za x filename.zip
cd gamefolder
convmv --notest -f shiftjis -t utf8 -r *

Traditional Chinese (Hong Kong, Macao, Taiwan, etc.)

LANG=zh_HK 7za x filename.zip
cd gamefolder
convmv --notest -f cp950 -t utf8 -r *

Alternatively, zh_TW and other should work fine too.

unzip-games.1405473078.txt.gz · Last modified: 2014/07/16 01:11 by fdelapena

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki