-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[text_encoding] added 4 bytes UTF8 encoding.
Function text_encoding_encode_UTF8_single now support to work with code points up to the 0x110000. Fixed issue at the text_encoding_decode_UTF16BE_single function with processing of surrogate pairs. [tests_text_encoding] disabled test on text_encoding_encode_decode_UTF8 and text_encoding_encode_UTF8 functions. Added test on text_encoding_encode_UTF8_single and text_encoding_decode_UTF8_single functions. Test cases with 4 byte input is disable for test on text_encoding_decode_UTF8_single function. Corrected test data for test on text_encoding_UTF_to_UTF8 function - after adding support to encode 4 bytes UTF8 - no more output of unknown UTF8 char should be in this case. Added addition test cases for this test.
- Loading branch information
Showing
4 changed files
with
392 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.