]> Kevux Git Server - fll/commit
Bugfix: Do not print leading zero's in large Unicode codepoints.
authorKevin Day <thekevinday@gmail.com>
Fri, 10 Dec 2021 01:36:39 +0000 (19:36 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 10 Dec 2021 01:41:06 +0000 (19:41 -0600)
commit264951c9c080c274be347563b11a6f4619c463e0
tree0c310040042f3196f9c4362477e644c97aec1f30
parentd50c449769f3819d98b9c7966974b8aac26376f2
Bugfix: Do not print leading zero's in large Unicode codepoints.

Also cleanup the code moving some generic print functions into utf8-specific print functions.
Use character rather than text to better communicate that the string is intended to represent a single Unicode character.
level_3/utf8/c/private-print.c
level_3/utf8/c/private-print.h
level_3/utf8/c/private-utf8_binary.c
level_3/utf8/c/private-utf8_codepoint.c