this post was submitted on 23 Sep 2025
365 points (95.1% liked)

Programmer Humor

26649 readers
2455 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
 

Re-posted to fix my filename emoji. You can't make this shit up

you are viewing a single comment's thread
view the rest of the comments
[–] rdri@lemmy.world 6 points 6 days ago

I hate software that doesn't support Unicode, and it's also not difficult to implement. At one point I wrote a dll that hacked a way how one app was handling filenames, to force it to use CreateFileW instead of CreateFileA. Just that allowed it to support Unicode filenames basically.