dst_enc wasn't converted to the proper names ICU/iconv expect #139
Conversation
|
It does not work for me with Don's adventures with existing Encoding=1251, after building and installing ghabry-liblcf:development and rebuilding a clean player linked with it they are being saved corrupted yet. |
… when --encoding is passed via commandline.
|
Saving was totally broken when passed via "--encoding", because it will just use the original value, e.g. "1252" which is invalid to ICU/iconv. |
dst_enc wasn't converted to the proper names ICU/iconv expect
No idea if this also fixes saving in emscripten... but is possible
Should fix saving when the encoding was specified in the INI (why was this never noticed) (fixes EasyRPG/Player#465).