What is a “wide character string” in C language?

The exact nature of wide characters is (purposefully) left implementation defined. When they first invented the concept of wchar_t, ISO 10646 and Unicode were still competing with each other (whereas they now, mostly cooperate). Rather than try to decree that an international character would be one or the other (or possibly something else entirely) they … Read more