]> Kevux Git Server - fll/commitdiff
Regression: The utf8 program is only returning space when converting file from codepoint.
authorKevin Day <thekevinday@gmail.com>
Sat, 21 May 2022 02:09:54 +0000 (21:09 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 21 May 2022 02:09:54 +0000 (21:09 -0500)
The non-space characters are always being defined as invalid.

level_3/utf8/c/private-utf8_codepoint.c

index 15579d61e96b87acf5f2c8b22b3a984de1d6ea2e..316c4ebdd9288911ae7ecc642a49226aa94b568b 100644 (file)
@@ -144,9 +144,6 @@ extern "C" {
         if (status == F_true) {
           status = F_space;
         }
-        else {
-          status = F_valid_not;
-        }
       }
     }