diff options
author | Fred Drake <fdrake@acm.org> | 2006-05-03 02:12:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-05-03 02:12:47 (GMT) |
commit | 6b07be9d29ca1259f8e9388fb2e8a953580601fa (patch) | |
tree | cf20ffe57a9a38235337bbe25cbce95e236bd2a7 | |
parent | f25fa6ddb97979abe06fec961c22d8db0b6563a1 (diff) | |
download | cpython-6b07be9d29ca1259f8e9388fb2e8a953580601fa.zip cpython-6b07be9d29ca1259f8e9388fb2e8a953580601fa.tar.gz cpython-6b07be9d29ca1259f8e9388fb2e8a953580601fa.tar.bz2 |
at least comment on why curly-quotes are not enabled
-rw-r--r-- | Doc/perl/l2hinit.perl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 3f84c8e..7c5d123 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'); |