Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cb330c

Browse files
committed
The & character is also escaped using \.
1 parent 1ff6db4 commit 1cb330c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/sgmlconv/latex2esis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def encode(s):
4444
return string.join(map(_charmap.get, s), '')
4545

4646

47-
ESCAPED_CHARS = "$%#^ {}"
47+
ESCAPED_CHARS = "$%#^ {}&"
4848

4949

5050
def subconvert(line, ofp, table, discards, autoclosing, knownempty,

0 commit comments

Comments
 (0)