KiameV / final-fantasy-vi-save-editor

Supports the editing of Final Fantasy 6 Pixel Remaster and Super NES saves.
MIT License
33 stars 7 forks source link

Support JP text consumption #19

Closed yakaru closed 3 months ago

yakaru commented 7 months ago

This change when used with the new PR_IO consumes the temporary text file in order to get a straightforward UTF8 input. This means a lot of the processing work can be removed (commented out in my changes since my goal was functionality first). This allows the files to be loaded, edited, and saved. The UI, however, doesn't support Japanese so you will get "unknown symbol" squares, but better than failing outright!

KiameV commented 3 months ago

Thanks for researching this!