Y
Hacker News
new
|
ask
|
show
|
jobs
by
codeka
4948 days ago
The same could be said of UTF-16 implementations that don't support surrogate pairs.
1 comments
tlrobinson
4948 days ago
But that's not true for UCS-2, which
can't
represent certain code points.
On the other hand, UTF-8 is ASCII compatible and more efficient for text that's primarily ASCII.
link
On the other hand, UTF-8 is ASCII compatible and more efficient for text that's primarily ASCII.