]> Kevux Git Server - fll/commit
Bugfix: f_utf_unicode_string_from() is not functioning correctly.
authorKevin Day <thekevinday@gmail.com>
Fri, 3 Dec 2021 23:58:53 +0000 (17:58 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 3 Dec 2021 23:58:53 +0000 (17:58 -0600)
commitf945c59b4031307138a347416fe6a2befd5f1cec
tree0698ad6e32a076c6d2bbba49ac5045dc8bd69c01
parent8cad6bf9cdf58af0c378f1a12ab7b3f519205512
Bugfix: f_utf_unicode_string_from() is not functioning correctly.

The code in this function is incomplete and incorrect.
I have a feeling I got distracted and came back later to work on it, forgetting what I was doing.

Use while loops rather than for loops for cases where the for loop would essentially have empty content.

It is clear that I intended to test for both upper case and lower case U but I didn't actually test against lower case.

The code is not incrementing after confirming there is a 'u' or 'U".
level_0/f_utf/c/utf.c