]> Kevux Git Server - fll/commitdiff
Update: U+102E0 is essentually a comma and not a number.
authorKevin Day <thekevinday@gmail.com>
Mon, 29 Jun 2020 02:59:36 +0000 (21:59 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 29 Jun 2020 02:59:36 +0000 (21:59 -0500)
level_0/f_utf/c/private-utf.c

index 7b1ea9b966042287cee16d266f315b49c7fa3bc9..7267fa1a8ff6d7159628a731e4e70f35608bcdc3 100644 (file)
@@ -680,8 +680,8 @@ extern "C" {
 
     if (width == 4) {
 
-      // U+102E0 to U+102FB.
-      if (character >= 0xf0908ba0 && character <= 0xf0908bbb) {
+      // U+102E1 to U+102FB.
+      if (character >= 0xf0908ba1 && character <= 0xf0908bbb) {
         return F_true;
       }
     }