]> granicus.if.org Git - python/commitdiff
at least comment on why curly-quotes are not enabled
authorFred Drake <fdrake@acm.org>
Wed, 3 May 2006 02:12:47 +0000 (02:12 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 3 May 2006 02:12:47 +0000 (02:12 +0000)
Doc/perl/l2hinit.perl

index 3f84c8ed9fffb01f94bb09d9e50f11fa22ad3c74..7c5d1230d47c066793865cd88ced16855d29af72 100644 (file)
@@ -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');