diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2010-11-18 21:50:54 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2010-11-18 21:50:54 +0000 |
| commit | cf0b3368b8774fc2cd0c580969cdfd16182f5b0e (patch) | |
| tree | b387cfa7580d003ff0f4a47a46f949f8cc9e585b /docutils/test/functional/tests | |
| parent | ad8d25a46e36c43e0382fc12b95552858e60500c (diff) | |
| download | docutils-cf0b3368b8774fc2cd0c580969cdfd16182f5b0e.tar.gz | |
Update documentation about Cyrillic, XeTeX, and hyperref [ 3100778 ]
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6484 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/tests')
| -rw-r--r-- | docutils/test/functional/tests/xetex_cyrillic.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docutils/test/functional/tests/xetex_cyrillic.py b/docutils/test/functional/tests/xetex_cyrillic.py index cefb9458c..f301ad564 100644 --- a/docutils/test/functional/tests/xetex_cyrillic.py +++ b/docutils/test/functional/tests/xetex_cyrillic.py @@ -7,5 +7,7 @@ writer_name = "xetex" # Settings settings_overrides['language_code'] = 'ru' -# override the automatic addition of "unicode" option for "russian" language +# Override the automatic addition of "unicode" option for "russian" +# language to work around a problem with cyrillic in PDF-bookmarks in +# hyperref versions < v6.79g 2009/11/20 settings_overrides['hyperref_options'] = 'unicode=false' |
