Romeu Moura
Results
3
comments of
Romeu Moura
the bug does not occur in unicode.
The bug comes from the ``` sh sed -r " s/./&\\n/g s/\\\\/\\\\\\\\/g " ``` as illustrated by doing (with iso-8859-1) ``` sh echo 'A=é b=c' | sed -r " s/./&\\n/g...
ostensibly it is a sed bug. To do a bug report to sed I'd have to join their mailing list (not happening) My current workaround is to replace the first...