]> Kevux Git Server - fll/commit
Bugfix: f_utf_is_whitespace_modifier() is incomplete.
authorKevin Day <thekevinday@gmail.com>
Mon, 29 Jun 2020 03:00:15 +0000 (22:00 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 29 Jun 2020 04:14:56 +0000 (23:14 -0500)
commit55371cee2e9dd0f3795518e096411c0f0dc66121
tree649d9ea4425684bc625b1aa3e15fef7b52663fc0
parent09db445ea23f5283b021504f4f808adee5522ec8
Bugfix: f_utf_is_whitespace_modifier() is incomplete.

Remove "@see iscntrl()" which appears all over the place, incorrectly.
Make sure appropriate "@see" uses exist.

Remove unnecessary "== F_true" tests.

Implement is_punctuation and is_symbol discovery for ASCII characters.

Some function declarations are missing.
Some function implementations are missing.
Remove duplicate declaration of f_utf_character_is_word().

There are no whitespace modifiers in ASCII to my knowledge, and isdigit() is clearly from a copy and paste that was never completed.

Add notes about phonetic whitespaces and improve handling.
level_0/f_utf/c/private-utf.h
level_0/f_utf/c/utf.c
level_0/f_utf/c/utf.h