Greetings.
I am confused about C++ standard library locale stuff. It seems as if the
implementations of locales are not part of the library, but only some
guideline classes are there.
What is the standard conformant way of formatting and parsing locale
specific date, time, strings with various character encoding, etc.
Thanks
I am confused about C++ standard library locale stuff. It seems as if the
implementations of locales are not part of the library, but only some
guideline classes are there.
What is the standard conformant way of formatting and parsing locale
specific date, time, strings with various character encoding, etc.
Thanks
Comment