this post was submitted on 03 Oct 2023
16 points (94.4% liked)

Furry Programmers

293 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
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (1 children)

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

[–] [email protected] 2 points 11 months ago

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.

[–] [email protected] 2 points 11 months ago

I learned a lot from this article.