this post was submitted on 04 Nov 2023
430 points (95.0% liked)

Programmer Humor

32054 readers
1565 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
[โ€“] Natanael@slrpnk.net 8 points 10 months 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

[โ€“] themusicman@lemmy.world 2 points 10 months ago

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