Subject: | Missing escaping of special characters |
In Writer.pm it would be great to give the possibility to developers to
add more "refinements" in the Escape array when calling the library.
Characters like à, é, è, ê, ç are badly escaped, and if I add the
following lines in the refinements array, I can have the result I'm
looking for:
"\xE8" => "\\'8f", # for è
"\xE9" => "\\'8e", # for é
...
Regards,
Benoit Merouze