Fix literal use of babel shorthands (straight quote, tilde, ...).
[docutils.git] / test / functional / input / cyrillic.txt
blob38de9538302cc4dbcc90ecc113c85a96defe8c32
1 Заголовок
2 ---------
4 первый пример: "Здравствуй, мир!"
6 Title
7 -----
9 .. class:: language-en
11 first example: "Hello world".
13 Notes
14 -----
16 .. class:: language-en
18 This example tests rendering of Latin and Cyrillic characters by the LaTeX
19 and XeTeX writers. Check the compiled PDF for garbage characters in text and
20 bookmarks.
22 .. class:: language-en
24 To work around a problem with Cyrillic in PDF-bookmarks in `hyperref`
25 versions older than v6.79g 2009/11/20, the test caller ``latex_cyrillic.py``
26 sets ``hyperref_options`` to ``'unicode=true'`` while ``xetex_cyrillic.py``
27 sets it to ``'unicode=false'``. The recommended option for current
28 (2011-08-24) hyperref versions is ``'pdfencoding=auto'``.