]> Kevux Git Server - fll/commit
Update: The utf8 program should be using the stream read functions.
authorKevin Day <thekevinday@gmail.com>
Mon, 8 Aug 2022 04:04:26 +0000 (23:04 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 8 Aug 2022 04:19:33 +0000 (23:19 -0500)
commit008d8219a2e2980171cb42925ba4075e3cdb28da
tree7f74a069d2754a515448e33438c984d5d3e6aee2
parent66e415096ebc1209e758453a4c661c2abbce3d33
Update: The utf8 program should be using the stream read functions.

The file is opened using the stream open functions.
It is silly and inconsistent to use the non stream functions to read from a file opened via a stream.
level_3/utf8/c/private-utf8_bytesequence.c
level_3/utf8/c/private-utf8_codepoint.c