]> Kevux Git Server - fll/commit
Update: Improve UTF-8 Control detecting, expanding to distinguish Control Code and...
authorKevin Day <thekevinday@gmail.com>
Sun, 14 Nov 2021 04:39:06 +0000 (22:39 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 14 Nov 2021 04:41:50 +0000 (22:41 -0600)
commit2995ceebac5aec7cde3dd168c10f86f7c95cf1fd
tree776834722a08b424e2c6e613c6cebe35805a2362
parent1751615882d6d8728fe49591550dd9ca1fb6522e
Update: Improve UTF-8 Control detecting, expanding to distinguish Control Code and Control Format.

There seem to be "Control Format".
Create functions for "Control Code" and "Control Format" (is_control_code and is_control_format functions).
The is_control functions now check for both.
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