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

Programmer Humor

26649 readers
2638 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
[–] NeatNit@discuss.tchncs.de 1 points 6 days ago

Bidirectional text only really occurs when mixing languages

And also any time numbers are used in RTL text*, which is pretty common. Besides, you might be surprised how often English words or acronyms are used in everyday texts. If there's a news story covering the American FBI, there's no way to avoid writing it as "FBI", in Latin letters.

There are a lot of top-to-bottom languages in Asia. Some chinese languages for example are traditionally written top to bottom.

But is that how it's rendered by default when typed into a computer, for example into Notepad? Or into a chatting app like WhatsApp, Telegram, Discord, etc.? To my knowledge, they are rendered horizontally unless the software is specifically configured to render them TTB.

But I'm guessing even though Unicode's stated goal is to encode all writing, TTB is probably where they drew the line.

I believe there actually are a few TTB properties in the Unicode database.

* except that one language that also uses RTL digits. I don't remember its name or where it's used, but it exists.