I have a program, which uses a database to which I have access. This is all on windows and with umlauts and generally horrible.
When I connect to the database with encoding cp1252 I can access the columns with umlauts in the column name.
I now wrote a word with the char š (cp1252 code 9A) and the application displays a ü.
How can I find out which code page the program uses given the code point and the representation?
I know, the result may be ambiguous, but narrowing the list of possible encodings would also help a lot.