The standard is pretty much silent on what constitutes a valid locale name; only that passing an invalid locale name results in std::runtime_error. What locale names are usable on common windows compilers such as MSVC, MinGW, and ICC?
|
|
|
I believe the information you need is here :
This page provides links to : Although my answers covers
Also see this page and this thread which tend to show that |
|||||||||||
|
|
Ok, there is a difference between C and C++ locales. Let's start:
If you want to have "compiler and platform" independent locales support (and actually much better support) take a look on Boost.Locale Artyom |
|||||||||
|
|
Here's one locale name that's usable pretty much anywhere: |
|||
|
|