this post was submitted on 04 Nov 2023
443 points (95.1% liked)

Programmer Humor

32380 readers
1443 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
[โ€“] [email protected] 8 points 1 year ago (1 children)

Also this is why unicode has codepoints signifying where to switch between right to left and left to right writing, so that letters can be correctly written "forwards" in the underlying file format (first letter written first) for both writing systems and also rendered correctly for both writing systems on display

[โ€“] [email protected] 2 points 1 year ago

I would love to see a breakdown of the line wrap algorithm for that... sounds nasty