mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-08 13:48:10 +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.