The-4n/hacBrewPack

--titlename and --titlepublisher encodes as Latin-1 (iso-8859-1) instead of UTF-8 resulting in garbled text

rlaphoenix opened this issue · 0 comments

If you use --titlename and/or --titlepublisher with any character outside the range of basically ASCII, then it results in garbled text.

271876049-bc9dbd41-7df1-473f-968a-214f155aff0a

271876260-e8805c83-92c5-47ed-87f7-d8c0d32950f2

Expected control.nacp for --titlename "Pokémon":

image

Actual control.nacp output for --titlename "Pokémon":

image

Also, while it does seem backwards that the Hex Editor displays the bad nacp correctly, while the good nacp is the garbled one, it is because the Hex Editor uses Windows (ANSI) decoding (basically Latin-1):
image