]> Kevux Git Server - fll/commit
Progress: Major UTF-8 changes and optimization.
authorKevin Day <thekevinday@gmail.com>
Sat, 27 Nov 2021 05:06:30 +0000 (23:06 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 27 Nov 2021 05:06:30 +0000 (23:06 -0600)
commit357ec9a7f021914da503711e00ac1b38340e1f30
treedd65357c1a3ad35bf9bdd358d67b4b45957e8109
parent240aceb2d24db1d4a59b73a74107bd94deae2124
Progress: Major UTF-8 changes and optimization.

Add more combining characters.
As usual, with the UTF-8 codes I am focusing on getting it supported rather than getting it optimal.

Add wide character detection.
Any mistakes aside, this appears complete.
There are a lot of blocks within some sequence ranges, so I used ".." in the comments to designate that this is a range of blocks.

Update the byte_dump program to utilize both of these.
level_0/f_utf/c/private-utf.c
level_3/byte_dump/c/private-byte_dump.c