]> Kevux Git Server - fll/commit
Update: The f_utf_is_* functions should be more specific on return state for F_failure.
authorKevin Day <thekevinday@gmail.com>
Wed, 11 May 2022 03:17:38 +0000 (22:17 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 11 May 2022 03:17:38 +0000 (22:17 -0500)
commit1f593a0e49a696fe1768eb16fca610bef4cf2b8d
tree9638314ee41a9af70ca392f97143e3c812f7d9bd
parent33f942a68253870a6601758fad915705aeb98b9d
Update: The f_utf_is_* functions should be more specific on return state for F_failure.

Rather than returning F_failure, return F_complete_not_utf.
level_0/f_utf/c/private-utf.c
level_0/f_utf/c/private-utf.h
level_0/f_utf/c/utf/is.c
level_0/f_utf/c/utf/is.h
level_2/fll_error/c/private-error.c
level_3/utf8/c/private-print.c
level_3/utf8/c/private-utf8_bytecode.c
level_3/utf8/c/private-utf8_codepoint.c
level_3/utf8/c/utf8.c