mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-01 11:06:05 +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.