Why was wchar_t invented?

Viewed 8269

Why is wchar_t needed? How is it superior to short (or __int16 or whatever)?

(If it matters: I live in Windows world. I don't know what Linux does to support Unicode.)

10 Answers
Related