]> Kevux Git Server - fll/commit
Update: The f_utf project regarding digits and perform other clean ups follow up.
authorKevin Day <thekevinday@gmail.com>
Tue, 21 Jun 2022 00:26:53 +0000 (19:26 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 21 Jun 2022 00:40:18 +0000 (19:40 -0500)
commitacfa8d7f23c2d8fc8b26793a18789e8c9e28b147
tree9a1d8bf378b09bcc298593015d8b250d38acf383
parente696e3941592c6910f2f8ecc87a698d4f618c3b4
Update: The f_utf project regarding digits and perform other clean ups follow up.

I had not gotten around to testing the programs after the previous commit.
I did not get to writing the function f_utf_is_alphabetic_digit() (and then forgot about this important part).

The controller program is using f_utf_is_alphabetic_decimal().
The previous functionality of that function is now handled by f_utf_is_alphabetic_digit().
level_0/f_utf/c/utf/is.c
level_0/f_utf/c/utf/is.h
level_3/controller/c/controller/private-controller.c