Re: Some byte combinations affect UTF-8 string reading

2019-02-25 Thread Olga Ustuzhanina
On Mon, 25 Feb 2019 12:59:38 -0800 L A Walsh wrote: > In this case, the decode of \xc2 doesn't swallow the following > character. I want to clarify that \xc2 (and other characters in the range mentioned above) can only swallow a \0. Other characters are unaffected. > > But in 4.4.12, using IFS

Some byte combinations affect UTF-8 string reading

2019-02-25 Thread Olga Ustuzhanina
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: cc Compilation CFLAGS: -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -DSYS_BASHRC='/etc/bash/bashrc' -g -Wno-parentheses -Wno-format-security uname output: Linux lase