- Oct 20, 2017
- 638
- 712
On linux I was able to convert filenames after extraction using:
(maybe this also works for mac?)
cd RE233159/game/www/audio/bgm
convmv -f shift_jis -t utf8 ''$'\202''P.ogg' --notest
convmv -f shift_jis -t utf8 ''$'\202''Q.ogg' --notest
convmv -f shift_jis -t utf8 ''$'\202''R.ogg' --notest
convmv -f shift_jis -t utf8 ''$'\202''S.ogg' --notest
convmv -f shift_jis -t utf8 ''$'\202''T.ogg' --notest
(maybe this also works for mac?)
cd RE233159/game/www/audio/bgm
convmv -f shift_jis -t utf8 ''$'\202''P.ogg' --notest
convmv -f shift_jis -t utf8 ''$'\202''Q.ogg' --notest
convmv -f shift_jis -t utf8 ''$'\202''R.ogg' --notest
convmv -f shift_jis -t utf8 ''$'\202''S.ogg' --notest
convmv -f shift_jis -t utf8 ''$'\202''T.ogg' --notest