`§` is meant to be a full substitute for `\` but currently this is not the case: ``` > echo abc | rr '§n' 'X§n' abcX\n% ``` ``` > echo abc | rr '§n' 'X\n' abcX ```