this post was submitted on 21 Nov 2023
262 points (93.4% liked)

Programmer Humor

32045 readers
1474 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 34 points 10 months ago (3 children)

So... UTF-8 interpreted as ISO-8859-1? You have failed Unicode college >:(

[–] [email protected] 35 points 10 months ago (1 children)

If only you knew how many huge companies have no fucking clue...

[–] [email protected] 23 points 10 months ago (1 children)

Their employees have failed Unicode college >:(

[–] [email protected] 9 points 10 months ago

I agree! There really should be no excuses at this point... you'd think. Even in 2008 I already felt we were behind the loop, but apparently I was vastly underestimating how bigger companies just dgaf.

[–] [email protected] 12 points 10 months ago (1 children)

¯\_(ã )_/¯

print('¯\_(ツ)_/¯'.encode('u8').decode('l1'))
[–] [email protected] 8 points 10 months ago

And here I was typing out iso-8859-1 like a scrub to make sure I wasn't misremembering the encoding when doing the analogous thing in python...