Subject: | Table plugin: escaping of codepoints between 160 and 255 |
Codepoints between 160 and 255 (latin1 characters above the ascii set) are always escaped, even if $Text::Diff::Config::Output_Unicode is set. This should not be the case.
(Maybe the only exception could be codepoint 160 (non-breakable space): as there's no visual difference to a normal space this one could still be escaped).