]> Kevux Git Server - fll/commit
Progress: begin converting byte_dump to using f_utf_character_is_valid()
authorKevin Day <thekevinday@gmail.com>
Sat, 14 Sep 2019 20:59:45 +0000 (15:59 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 14 Sep 2019 23:17:18 +0000 (18:17 -0500)
commite19ee6e6b5b99d68d0995158d884c75675127c65
tree0361b998c38a7b8759d9353aac1d34ad274ff827
parentc092690e98ca2a55557cb221fd1a0080ec3b3763
Progress: begin converting byte_dump to using f_utf_character_is_valid()

The function, f_utf_character_is_valid(), can be a bit expensive, so only call it if the current character is not already known to be invalid.

The function, byte_dump_print_text(), will need to be updated as well, given that the invalid range now includes some sequences currently being swapped with a space.
level_3/byte_dump/c/private-byte_dump.c