|
|
|
|
|
by hsivonen
2478 days ago
|
|
It's in the section with the heading "Which Unicode Encoding Form Should a Programming Language Choose?": "Reacting to surrogate pairs by wishing to use UTF-32 instead is a bad idea, because if you want to write correct software, you still need to deal with variable-width extended grapheme clusters. The choice of UTF-32 arises from wanting the wrong thing." |
|
Whether the use of Unicode code points instead of some Unicode encoding is a good thing or not, that I don't know.