]> Kevux Git Server - fll/commit
Feature: implement UTF-8 special character check types (partial-stubs)
authorKevin Day <thekevinday@gmail.com>
Thu, 30 Apr 2020 05:21:07 +0000 (00:21 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 30 Apr 2020 05:21:07 +0000 (00:21 -0500)
commit8f28e079e106e157ade2b566ecca24df1ca0b5d9
treec41ae335f1316319e06796162e6da5bc6b211f07
parent43006fd41f5b3922bcde5a7c7bdd4455313ebff0
Feature: implement UTF-8 special character check types (partial-stubs)

Types are:
- alpha
- alpha-numeric
- numeric
- word (alpha-numeric and underscore '_')
- word-dash (alpha-numeric, underscore '_', and dash '-')

The ASCII portion of this implemented and should work.
The UTF-8/Unicode portion is completely unimplemented (aka: a stub).
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