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

Commits on Sep 6, 2023

  1. chore: Fixed typo errors in comments

    Added clarification for the length limit of unsigned long data.
    unbadfish committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1b6cb63 View commit details
    Browse the repository at this point in the history
  2. feat: Support non-BMP characters

    Support them by printing them in `\u6789\uabcd` sequence.
    This feature helps to fit latest standard RFC 8259.
    Fixed Issue DaveGamble#783
    unbadfish committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a431871 View commit details
    Browse the repository at this point in the history
  3. test: Add function ..._utf16_surrogate_pairs

    to print tests.
    (ALL 4/4 unit test PASSED)
    unbadfish committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d52859d View commit details
    Browse the repository at this point in the history
  4. doc: Add explaining sentences in README.md,

    highlighting non-BMP support.
    unbadfish committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    bc6a87f View commit details
    Browse the repository at this point in the history