Skip to content

Extend range of printable unicode characters#150

Open
sergepetrenko wants to merge 1 commit into
yaml:masterfrom
tarantool:sp/unicode-4-char
Open

Extend range of printable unicode characters#150
sergepetrenko wants to merge 1 commit into
yaml:masterfrom
tarantool:sp/unicode-4-char

Conversation

@sergepetrenko
Copy link
Copy Markdown

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

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
@locker locker deleted the sp/unicode-4-char branch June 20, 2023 09:38
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