CyB1K / PS4-Fake-PKG-Tools-3.87

Patched 3.87 Tools
199 stars 43 forks source link

[Feature Request] Can orbis-pub-cmd add support for Unicode paths instead of only supporting ANSI? #14

Open avan06 opened 1 year ago

avan06 commented 1 year ago

As the title suggests, I know this may be difficult as there is no source code available.

Currently, the input parameters for each function in orbis-pub-cmd will produce an error whenever there is a non-ANSI path (e.g. in Japanese).

For example, the following commands only accept ANSI paths: orbis-pub-cmd img_extract [options] in_path out_path orbis-pub-cmd img_create [options] gp4_path out_path

I wonder if there is a way to fix this issue? Thank you very much!