Tagged Questions

6
votes
6answers
839 views

UTF usage in C++ code

What is the difference between UTF and UCS. What are the best ways to represent not European character sets (using UTF) in C++ strings. I would like to know your recommendations for: Internal ...
0
votes
3answers
51 views

Why do we need both UCS and Unicode character sets? [closed]

I guess the codepoints of UCS and Unicode are the same, am I right? In that case, why do we need two standards (UCS and Unicode)?