From: Fred Drake Date: Wed, 3 May 2006 02:12:47 +0000 (+0000) Subject: at least comment on why curly-quotes are not enabled X-Git-Tag: v2.5b1~723 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b07be9d29ca1259f8e9388fb2e8a953580601fa;p=python at least comment on why curly-quotes are not enabled --- diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 3f84c8ed9f..7c5d1230d4 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -8,6 +8,9 @@ $HTML_VERSION = 4.01; $LOWER_CASE_TAGS = 1; $NO_FRENCH_QUOTES = 1; +# '' in \code{...} is still converted, so we can't use this yet. +#$USE_CURLY_QUOTES = 1; + # Force Unicode support to be loaded; request UTF-8 output. do_require_extension('unicode'); do_require_extension('utf8');