this post was submitted on 17 Apr 2024
1361 points (99.5% liked)

Programmer Humor

25460 readers
1278 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] apoisel@discuss.tchncs.de 123 points 1 year ago (8 children)

These errors were much more common before Unicode encodings were in broad use. Unicode pretty much solved this.

[–] Norgur@fedia.io 4 points 1 year ago (1 children)

No it hasn't. It has just pushed them out of sight for English natives.

[–] apoisel@discuss.tchncs.de 29 points 1 year ago

Can't confirm that. In the 90s encodings were a nightmare. ISO-8859-1, ISO-8859-15, CP1252, IBM850, ... If you tried to build a website with an upload form, you'd get the most bizarre encodings and there was no way to reliably distinguish them. I'm not an English native, my world is full of umlauts and s-z ligatures. Things got A LOT better in the last years, thanks to Unicode encodings.

load more comments (6 replies)