Y
Hacker News
new
|
ask
|
show
|
jobs
by
DougGwyn
2250 days ago
If you changed UTF-16 to UTF-32 or UCS-4 I'd support it. I think there are already implementations that use the replacement character for all "impossible" codes.
1 comments
hsivonen
2249 days ago
What’s your use case for UTF-32?
link
DougGwyn
2248 days ago
There are several multibyte character manipulations that are easier if there is a uniform-sized encoding (wchar_t).
link