nunuhara / alice-tools

Tools for extracting/editing files from AliceSoft games.
GNU General Public License v2.0
131 stars 19 forks source link

Replace all fopen() calls with file_open_utf8() #51

Closed kichikuou closed 1 year ago

kichikuou commented 1 year ago

Since all command line arguments are now converted to UTF-8 on Windows, raw fopen() should no longer be used.

nunuhara commented 1 year ago

Thanks!