Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are "exotic character sets"?

Tags:

c++

character

I am reading an c++ document, it said as this,

Wide characters are used mainly to represent non-English or exotic character sets.

What's the exactly meaning for exotic character sets?

like image 413
Nano HE Avatar asked Dec 22 '22 15:12

Nano HE


1 Answers

I think it has no "technical" meaning, it's used as in "strange" or "unusual" character sets.

Since we're talking about wide characters, in general we are actually talking about Unicode; I'd say that Cuneiform or Klingon1 could be considered as "exotic character sets". Or even those Unicode blocks not intended for languages, but for symbols of various nature (mathematical symbols, arrows, alchemical symbols, ...).


  1. Not actually included in the Unicode standard, but available in the PUA of some fonts (link).
like image 196
Matteo Italia Avatar answered Dec 24 '22 04:12

Matteo Italia