this post was submitted on 02 Oct 2023
1377 points (96.7% liked)

Programmer Humor

19176 readers
1336 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago (2 children)

How does that handle languages that have different rules for capitalization? For example I and i are not the same letter in Turkish.

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

Don't know actually, never used a language like that. But should be easy enough to undo should one test it and end up not liking how it handles it.

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

I believe that type of stuff is specified in your locale, so it's possible that it would do the right thing if you've set your language to Turkish. Please try it and let us know though :)