CppGeek
Practical, Pragmatic, C++
-
What character set does C++ use?
Posted on May 4th, 2009 No commentsI believe the answer to this question, is that it depends on the implementation. The standard only states that char is wide enough to contain the “basic execution character set” and that wchar_t is wide enough to contain any character from all the character sets in all locales on an implementation.


