[tarantool-patches] [PATCH] Extend range of printable unicode characters

Kirill Yukhin kyukhin at tarantool.org
Thu Jul 18 07:50:25 MSK 2019


Hello,

On 16 Jul 16:43, Serge Petrenko wrote:
> 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
> ---
> https://github.com/tarantool/libyaml/tree/tarantool-gh-4090-fix
> https://github.com/tarantool/tarantool/issues/4090

New parsers are out of scope 2.2 release series, so I've checked
your patch into master.

Serge, please don't forget to upstream the patch.

--
Regards, Kirill Yukhin



More information about the Tarantool-patches mailing list