at least comment on why curly-quotes are not enabled

This commit is contained in:
Fred Drake 2006-05-03 02:12:47 +00:00
parent f25fa6ddb9
commit 6b07be9d29

View 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');