mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-15 15:48:19 +00:00
ctype's `iscntrl` truncates its input, making some codepoints appear as control characters. Avoid this by checking whether the character is in ascii to begin with.