On Tue, Mar 5, 2019 at 12:48 PM Alexandre Julliard julliard@winehq.org wrote:
Alex Henrie alexhenrie24@gmail.com writes:
diff --git a/dlls/kernel32/nls/eox.nls b/dlls/kernel32/nls/eox.nls index 0dc82fe3a7..d6713730e2 100644 --- a/dlls/kernel32/nls/eox.nls +++ b/dlls/kernel32/nls/eox.nls @@ -49,7 +49,7 @@ STRINGTABLE LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT LOCALE_IDEFAULTANSICODEPAGE "0" LOCALE_IDEFAULTCODEPAGE "1" LOCALE_IDEFAULTCOUNTRY ""
- LOCALE_IDEFAULTEBCDICCODEPAGE "500"
- LOCALE_IDEFAULTEBCDICCODEPAGE "28593"
Somehow I doubt that your problem is caused by the EBCDIC codepage.
I didn't notice a problem in any particular application, I just noticed that there is an EBCDIC codepage for Esperanto and Wine is not using it. Windows doesn't seem to define an EBCDIC codepage for Esperanto at all, so maybe 500 is the right codepage to use anyway.
-Alex