]> 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:04:26 +0000 (23:04 -0500)
commit3cc2991e76939a0042ff1d29b2e637bfc1d3424f
tree152f0db35755ee6a373143168f5977cf92e82fd8
parentb4007f93e8196d2678c30209b027e1e04663cc70
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