]> Kevux Git Server - fll/commit
Bugfix: Combining and Width detection for utf8 are not properly printing.
authorKevin Day <thekevinday@gmail.com>
Mon, 23 May 2022 02:39:27 +0000 (21:39 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 23 May 2022 02:41:35 +0000 (21:41 -0500)
commit9c57bf74f218b56ba37ade21b3e78fc493797c93
tree511e3de2cdb944631f3ad33e9785240aeb6eca49
parent415798e75f2be705fe6179f61e87cd13f65036eb
Bugfix: Combining and Width detection for utf8 are not properly printing.

The wrong data is being passed to utf8_print_combining_or_width().
Change the behavior to send the correct string to the function.
Move the error printing to a single function and use this function in all such cases.
level_3/utf8/c/common.h
level_3/utf8/c/private-print.c
level_3/utf8/c/private-print.h
level_3/utf8/c/private-utf8_codepoint.c