this post was submitted on 21 Nov 2023
254 points (93.5% liked)

Programmer Humor

32503 readers
384 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
[–] FishFace@lemmy.world 34 points 1 year ago (3 children)

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

[–] fibojoly@sh.itjust.works 34 points 1 year ago (1 children)

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

[–] FishFace@lemmy.world 22 points 1 year ago (1 children)

Their employees have failed Unicode college >:(

[–] fibojoly@sh.itjust.works 8 points 1 year 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.

[–] plistig@feddit.de 11 points 1 year ago (1 children)

¯\_(ã )_/¯

print('¯\_(ツ)_/¯'.encode('u8').decode('l1'))
[–] FishFace@lemmy.world 7 points 1 year 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...