From: Fred Drake Date: Mon, 23 Nov 1998 23:11:12 +0000 (+0000) Subject: The & character is also escaped using \. X-Git-Tag: v1.5.2b1~197 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cb330c383c280ec8a6f28ce1b08ab6ec20782f9;p=python The & character is also escaped using \. --- diff --git a/Doc/tools/sgmlconv/latex2esis.py b/Doc/tools/sgmlconv/latex2esis.py index cf50050476..136ee443e5 100755 --- a/Doc/tools/sgmlconv/latex2esis.py +++ b/Doc/tools/sgmlconv/latex2esis.py @@ -44,7 +44,7 @@ def encode(s): return string.join(map(_charmap.get, s), '') -ESCAPED_CHARS = "$%#^ {}" +ESCAPED_CHARS = "$%#^ {}&" def subconvert(line, ofp, table, discards, autoclosing, knownempty,