]> Kevux Git Server - fll/commit
Bugfix: Three-width UTF-8 characters are improperly being detected as unassigned.
authorKevin Day <thekevinday@gmail.com>
Fri, 15 Apr 2022 02:36:43 +0000 (21:36 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 15 Apr 2022 02:52:37 +0000 (21:52 -0500)
commitf5ccd374548af765976e6ad957033e2adfff806b
tree165e5b277a6c5bcddfe42b6a4b3187ad893091e0
parent9fb4f9b2f5bbfc49f6be6fa8c7482f906d9f8aaf
Bugfix: Three-width UTF-8 characters are improperly being detected as unassigned.

This is due to a simple typo where the last two digits (the zeros) are missing from the hex digit.

The UTF-8 character sequence for U+FFF0 is 0xef 0xbf 0xb0.
level_0/f_utf/c/utf/private-is_unassigned.c