mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
at least comment on why curly-quotes are not enabled
This commit is contained in:
parent
f25fa6ddb9
commit
6b07be9d29
1 changed files with 3 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue