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

Extend range of printable unicode characters #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 23, 2019

  1. Extend range of printable unicode characters

    Before the patch IS_PRINTABLE macros was used
    to determine if given character is printable or not.
    This macros did not take into account characters
    encoded with 4 bytes.
    After the patch IS_PRINTABLE is replaced with new
    corresponding function. Now the range of printable
    characters is: (libyaml old range) U (icu range). This
    new range include characters encoded with 4 bytes.
    
    Related to tarantool/tarantool#4090
    SudoBobo authored and sergepetrenko committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    758cf07 View commit details
    Browse the repository at this point in the history