diff options
-rw-r--r-- | xmlcleanup.sed | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlcleanup.sed b/xmlcleanup.sed index f302b11..5f4a594 100644 --- a/xmlcleanup.sed +++ b/xmlcleanup.sed @@ -6,6 +6,8 @@ s/\xA3/£/g # seemingly unneeded control characters s/&ff[0-9];//g +s/xxff0//g +s/xxff3//g # <q> corresponds to a quote s/<q>/\n\n/g |