mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
For ASCII characters, the bidirectional class is trivially known: letters (A-Z, a-z) are Left-to-Right, and everything else (digits, spaces, punctuation) is neutral. This avoids expensive Unicode::bidirectional_class() lookups via ICU for the common case of ASCII-only text.
24 KiB
24 KiB