From: Fred Drake Date: Mon, 30 Nov 1998 14:36:26 +0000 (+0000) Subject: Handle output of \geq and \leq. X-Git-Tag: v1.5.2b1~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87dfd3cfbf902774ca824f23af67f25ad25a2b59;p=python Handle output of \geq and \leq. --- diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index 8d5f1219ef..117b41516e 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh @@ -23,6 +23,8 @@ s||\&NULL;|g s||\&POSIX;|g s||\&UNIX;|g s||\\|g +s||\≥|g s||\&hellip|g +s||\≤|g s|---|\—|g ' || exit $?