Hi, if I run `echo "a=lorem" | mlr --ocsv sub -a "r" "\n"` I get this without carriage return ``` a lo\nem ``` Shouldn't I also have in output with sub and gsub the ability to use these special chars? Thank yoy