]> Kevux Git Server - fll/commit
Bugfix: f_utf_unicode_string_to() not treating numbers larger than 0x10FFFF as invalid.
authorKevin Day <thekevinday@gmail.com>
Sat, 11 Dec 2021 04:43:40 +0000 (22:43 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 11 Dec 2021 04:43:40 +0000 (22:43 -0600)
commitbc13633d196c0cf7631705298f3accde60ee698c
tree2b03c32cd6c5fc08a53683aba44628a7030a8c9a
parentf5dcbcc9a2c18ae6bc16483866b017e686a0d5a2
Bugfix: f_utf_unicode_string_to() not treating numbers larger than 0x10FFFF as invalid.

The max unicode sequence is 0x10FFFF.
Anything beyond that must be treated as invalid.
level_0/f_utf/c/utf.c