]> Kevux Git Server - fll/commit
Update: Wrap up utf8 program.
authorKevin Day <thekevinday@gmail.com>
Sat, 4 Dec 2021 23:03:56 +0000 (17:03 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 4 Dec 2021 23:20:18 +0000 (17:20 -0600)
commit53c4bd99a0632ea0d34206de489698860072e018
treebb98f4dc059a9950bad63e40b4f0d07a1edc06c9
parent6c19ce868a266ce83b92935fddded3f84b0e09d6
Update: Wrap up utf8 program.

This seems to be a good point to stop.
The program is only intended to be simple.
Complete the functionality and consider all future problems bugs.

Some of the parameters are not used correctly.
The strip-invalid is not being used.
The verify is being used as strip-invalid (this is likely the result of the previously incomplete code being accidentally committed).
Add a separate parameter to optionally separate by newlines when headers are not being printed.
The verify should disable printing.
The quiet verbosity should not hide printed headers as those are considered data.

Remove redundant newline being printed when headers parameter is used.
level_3/utf8/c/private-print.c
level_3/utf8/c/private-utf8.c
level_3/utf8/c/private-utf8_binary.c
level_3/utf8/c/private-utf8_codepoint.c
level_3/utf8/c/utf8.c
level_3/utf8/c/utf8.h