▲ | arp242 4 days ago | |||||||
I always thought you kind of need those directional control characters to correctly render bidi text? e.g. if you write something in Hebrew but include a Latin word/name (or the reverse). | ||||||||
▲ | dcrazy 4 days ago | parent | next [-] | |||||||
This is the job of the Bidi Algorithm: https://www.unicode.org/reports/tr9/ Of course, this is an “annex”, not part of the core Unicode spec. So in situations where you can’t rely on the presentation layer’s (correct) implementation of the Bidi algorithm, you can fall back to directional override/embedding characters. | ||||||||
| ||||||||
▲ | layer8 4 days ago | parent | prev [-] | |||||||
Read the parent’s link. The characters “to be avoided” are a particular special-purpose subset, not directional control characters in general. |