From 2712376cc054ad37459f70b91aaa34b136700a3a Mon Sep 17 00:00:00 2001 From: DealPete Date: Wed, 20 Jul 2016 14:00:59 -0230 Subject: [PATCH] add > and < to unifiable codes --- html2text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html2text.py b/html2text.py index 17528901..7e9438d8 100755 --- a/html2text.py +++ b/html2text.py @@ -80,7 +80,7 @@ def name2cp(k): 'igrave':'i', 'iacute':'i', 'icirc':'i', 'iuml':'i', 'ograve':'o', 'oacute':'o', 'ocirc':'o', 'otilde':'o', 'ouml':'o', 'ugrave':'u', 'uacute':'u', 'ucirc':'u', 'uuml':'u', -'lrm':'', 'rlm':''} +'lrm':'', 'rlm':'', 'lt':'<', 'gt': '>'} unifiable_n = {}