From: Fred Drake Date: Wed, 25 Nov 1998 19:28:02 +0000 (+0000) Subject: Do the right stuff to convert what was originally \e, \ldots, and --- X-Git-Tag: v1.5.2b1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c5e533693be2f1e713542078e9f5a86ec13f065;p=python Do the right stuff to convert what was originally \e, \ldots, and --- in the LaTeX sources. --- diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index 220e35669d..8d5f1219ef 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh @@ -22,4 +22,7 @@ s||\&EOF;|g s||\&NULL;|g s||\&POSIX;|g s||\&UNIX;|g +s||\\|g +s||\&hellip|g +s|---|\—|g ' || exit $?