]> Kevux Git Server - fll/commit
Progress: UTF-8 file write should handle case where expanded character is larger...
authorKevin Day <thekevinday@gmail.com>
Fri, 12 Jun 2020 02:49:46 +0000 (21:49 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 12 Jun 2020 02:49:46 +0000 (21:49 -0500)
commite0c09a237c64edcae30b0eedecb2b47a522abe1a
tree3acbc7bf7efda273a6428ad91d4d2394ad990f44
parent5ac9f0774471d0595a205b1a591c3dd879df733a
Progress: UTF-8 file write should handle case where expanded character is larger than write max

When the 4-byte wide UTF-8 character is expanded into potentally 4 1-byte wide UTF-8 characters, the available bytes being expanded need to fit in the output buffer.
level_1/fl_utf_file/c/private-utf_file.c
level_1/fl_utf_file/c/private-utf_file.h
level_1/fl_utf_file/c/utf_file.h