]> Kevux Git Server - fll/commit
Progress: UTF-8.
authorKevin Day <thekevinday@gmail.com>
Tue, 21 Jul 2020 03:38:39 +0000 (22:38 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 21 Jul 2020 03:38:39 +0000 (22:38 -0500)
commite77e7c20a82d12fe64e78ae1a28f06f8e3571c55
tree7b81f6fdf89b2e8985ffb76837bbec4d2ec9d118
parentdcecb8da2d4185b48cc9797434fd8f82b38b5bc0
Progress: UTF-8.

Add functions: *_is_ascii(), *_is_private(), *_is_unassigned().

Rewrite *_is_valid() functions to use the valid UTF-8 ranges.
Have *_is_valid() also check that the ASCII is valid.

Be more consistent with the use of uint8_t over short.
Use const where possible for width.
level_0/f_utf/c/private-utf.c
level_0/f_utf/c/private-utf.h
level_0/f_utf/c/utf.c
level_0/f_utf/c/utf.h