Hi, uutils mainteners
it is very weird when using a character like $'\xff' that prohbited in UTF8, the uutils old hangs not errors out
relunsec@relunsec:~/software/coreutils/target/debug$ ./od $'\xff'
as you can see the gnu does not
relunsec@relunsec:~/software/coreutils/target/debug$ gnuod $'\xff'
gnuod: ''$'\377': Invalid or incomplete multibyte or wide character
relunsec@relunsec:~/software/coreutils/target/debug$
Hi, uutils mainteners
it is very weird when using a character like $'\xff' that prohbited in UTF8, the uutils old hangs not errors out
as you can see the gnu does not