]> Kevux Git Server - fll/commit
Update: update utf string with string changes and fix problems with string.
authorKevin Day <thekevinday@gmail.com>
Mon, 15 Mar 2021 00:46:12 +0000 (19:46 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 15 Mar 2021 00:49:06 +0000 (19:49 -0500)
commit12fac9bc849814b759271060ca5cf2c1a82e63a0
treecd0407d3bf15b1ead9ec33bb1001b8e84a97e2f6
parent383c541194799f77fab7d3282600e81b6834f0a5
Update: update utf string with string changes and fix problems with string.

Synchronize the utf string with the latest string changes.

I noticed that some of the disable macros are not used and should be for the private functions.

The *seek* functions needed to be fixed in string.
Add a missing *seek* function.
21 files changed:
level_0/f_string/c/private-string.c
level_0/f_string/c/private-string.h
level_0/f_string/c/string.c
level_0/f_string/c/string.h
level_0/f_string/c/string_dynamic.c
level_0/f_string/c/string_dynamic.h
level_0/f_utf/c/private-utf.c
level_0/f_utf/c/private-utf.h
level_0/f_utf/c/utf.c
level_0/f_utf/c/utf.h
level_0/f_utf/c/utf_dynamic.c
level_0/f_utf/c/utf_dynamic.h
level_0/f_utf/c/utf_map.c
level_0/f_utf/c/utf_map.h
level_0/f_utf/c/utf_quantity.c
level_0/f_utf/c/utf_quantity.h
level_0/f_utf/c/utf_range.c
level_0/f_utf/c/utf_range.h
level_0/f_utf/c/utf_triple.c
level_0/f_utf/c/utf_triple.h
level_3/iki_write/c/iki_write.c