From 6b07be9d29ca1259f8e9388fb2e8a953580601fa Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 3 May 2006 02:12:47 +0000 Subject: [PATCH] at least comment on why curly-quotes are not enabled --- Doc/perl/l2hinit.perl | 3 +++ 1 file changed, 3 insertions(+) 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'); -- 2.40.0