AnsiCodePage=XXX
LocaleIdentifier=XXX
is configured in Package.ini. so the packaged exe file's AnsiCodePage is fixed.
But I want packaged' exe 's AnsiCodePage is be same as the host OS's AnsiCodePage.
when the exe is run in a OS that AnsiCodePage = 123 ,the packaged exe's AnsiCodePage auto changed to 123.
when the same exe run in a OS that AnsiCodePage = 456, the packaged exe's AnsiCodePage auto changed to 456.
how can I do?
Thanks!