in reply to Using setlocale() on Windows with utf-8 support
Rob, locale identifiers are platform-dependent. The id "de" probably works nowhere, "de_DE" will work on most Unix systems, if the locale "de_DE" is installed. On Windows you have to use "German" or "German_Germany" which is the same. But all that is clear and not the question.
The question was: Is it possible to activate a UTF-8 locale on Windows? The Microsoft documentation claims that it is possible but how can that feature be used from Perl?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using setlocale() on Windows with utf-8 support
by syphilis (Archbishop) on Jul 18, 2023 at 12:49 UTC | |
by gflohr (Acolyte) on Jul 19, 2023 at 17:51 UTC | |
by syphilis (Archbishop) on Sep 11, 2023 at 11:32 UTC |