character replacement not working correctly + my patch!
Status: Beta
Brought to you by:
tweber
The special characters <, >, & need to be converted from ascii to html numbers like < and so on.
Currently this does not work correctly in the script. I have corrected those that do not work, and added support for / and "
Attached is the patch. Apply it with:
patch --dry-run -p1 txt2docbook.pl < txt2docbook.patch
patch to fix character replacement
upping the priority since the script really does not function in many cases without this patch.
Sorry that obviously should be:
patch -p1 txt2docbook.pl < txt2docbook.patch
That is, without the --dry-run flag :)