this post was submitted on 03 Oct 2023
17 points (94.7% liked)
Furry Programmers
345 readers
1 users here now
English-language general programmers community
Please treat pawb.social’s rules as though they were the rules of this community, even if you’re posting from another instance!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The "everything is UTF-8" made my cringe. No it's not. Win32 uses UTF-16. So does JS. Those are just the ones I know off the top of my head. I will give you that a lot of plain text documents are UTF-8. Also worth pointing out that an ASCii string is a UTF-8 string
I'm not sure if they updated the article in the 3 days since your comment, but every point you raise is discussed in the post.
Overall, a good primer to Unicode for those unfamiliar, IMO.