]> Kevux Git Server - fll/commit
Update: More unicode improvements, byte_dump improvements.
authorKevin Day <thekevinday@gmail.com>
Tue, 30 Nov 2021 04:14:00 +0000 (22:14 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 30 Nov 2021 04:14:00 +0000 (22:14 -0600)
commit8cad6bf9cdf58af0c378f1a12ab7b3f519205512
tree5923cdd91f7d909a4fe9416c7ea7dca1d3aa3b48
parent7a4d14b42a7800fb3ca330acf4ff50a1834d1881
Update: More unicode improvements, byte_dump improvements.

Get rid of the use of declaring a byte_first, byte_second, byte_third, and byte_fourth variable.
The allocation of the variable is costly and consumes memory.
I am more recently of the opinion that the bitwise check is cheaper than defining a variable and then comparing.

Implement a significant portion of the blocks/planes for the unassigned detection function.

Have the byte_dump program treat unassigned as invalid.
This results in a cleaner display.
level_0/f_utf/c/private-utf.c
level_0/f_utf/c/utf.h
level_3/byte_dump/c/private-byte_dump.c