Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support non-BMP characters by printing them in \u6789\uabcd sequence. #784

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

unbadfish
Copy link

@unbadfish unbadfish commented Sep 6, 2023

feature: Support output non-BMP (Basic Multilingual Plane) characters.
Support them by printing them in \u6789\uabcd sequence.
This feature helps to fit latest standard RFC 8259.
Fixed Issue #783

Related works:
doc: Add explaining sentences in README.md to highlight non-BMP support.
test: Add function print_string_should_print_utf16_surrogate_pairs to unit tests. (ALL 4/4 PASSED)

Side effects:
The first lines of README.md's (ToC) were modified by by markdown editor 😿 .

Added clarification for the length limit of unsigned long data.
Support them by printing them in `\u6789\uabcd` sequence.
This feature helps to fit latest standard RFC 8259.
Fixed Issue DaveGamble#783
to print tests.
(ALL 4/4 unit test PASSED)
highlighting non-BMP support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant