]> Kevux Git Server - fll/commit
Bugfix: Unicode characters are not printing correctly.
authorKevin Day <thekevinday@gmail.com>
Fri, 15 Apr 2022 01:10:17 +0000 (20:10 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 15 Apr 2022 01:10:17 +0000 (20:10 -0500)
commit4dc7a1185e604e391535dfd7d87c548d88d53014
treef0ba6c2dc592c884815abc91b277903cf1750e9a
parente6c335c674e4da892019bf7c1dc60be449e6fa1f
Bugfix: Unicode characters are not printing correctly.

At some point it seems that I accidentally mass converted all of the macro_f_utf_byte_width() and similar to macro_f_utf_char_t_width().
This broke the printing logic.

The f_print is handling normal characters and not f_utf_char_t.
level_0/f_print/c/print.c
level_0/f_print/c/print/private-to.c
level_0/f_print/c/print/to.c
level_0/f_print/c/private-print.c