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
[–] Redex68@lemmy.world 2 points 1 week ago (1 children)

How would it look if you intermingled Hebrew and English in the path? E.g. C:\English\Hebrew\Hebrew\English\Hebrew

[–] NeatNit@discuss.tchncs.de 1 points 6 days ago* (last edited 6 days ago)

I'm most cases, a consecutive run of RTL or neutral characters would be rendered RTL, while the rest would be rendered LTR. However, if it's within a RTL paragraph, this would be reversed.

For example, the following two paragraphs have the same path, but the surrounding text is translated:

Open C:\Users\אדם\Documents\דברים\מסמך.pdf and click "Sign".

פתח את C:\Users\אדם\Documents\דברים\מסמך.pdf ולחץ על "חתימה".

Depending on your client, these should be rendered differently. If they don't, click here to see it: https://jsfiddle.net/jex3yfrw/

Edit: looks like Voyager needs a bug report! The web Lemmy seems to render it RTL (correctly) but still left-aligned which is not ideal.