I have an application that needs the codepage changed to ISO 8859-15.
Changing the codepage at the command prompt with chcp works and text is read correctly.
However the application in question is not running in console, so that's not an option.
I can change the default language for non-Unicode app in Region Settings, but that doesn't let me specify the encoding, only language. There is no language with codepage 28605 as default.
How can I force the system to default to 28605 instead of 437 or 1252 etc.?