0

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.?

4
  • Out of curiosity, how did you even end up with an application that requires a codepage that isn't even a standard Windows codepage? Was it deliberately written that way? Commented Jul 26, 2024 at 5:50
  • The application just takes whatever codepage is the locale standard. The data I need it to process is, for reasons unknown, delivered in ISO 8859-15. Commented Jul 26, 2024 at 17:53
  • It's text, though – can you convert the text to another encoding before processing? Commented Jul 26, 2024 at 18:22
  • No, for two reasons - there's no tools in the pipeline to do this, and just as important if not more, the codepage in use by default on the system simply does not have the requisite characters in it. Commented Jul 28, 2024 at 16:23

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.