mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02:00
We currently fully casefold the left- and right-hand sides to compare two strings with case-insensitivity. Now, we casefold one code point at a time, storing the result in a view for comparison, until we exhaust both strings.