Closed MrDmitrij closed 6 months ago
A title starting with the Cyrillic characters "Ш" or "Щ" is not displayed in the bookmark hierarchy of a PDF document.
On my environment. it can't reproduce problems.|
I've create toc files that contains "Ш" /"Щ" chars and save file with UTF-8 encoding.
Is it able to provide minimum reproducible source files?
It can be reproduced by following toc.yml
file.
- name: Introduction
href: introduction.md
- name: Getting Started
href: getting-started.md
- name: Ш
href: getting-started.md
Yes, the name of the TOC node must begin with the characters "Ш" or "Щ".
PDF bookmarks problems seem to be caused by PdfPig library. I've created a separate issue at PdfPig repository. https://github.com/UglyToad/PdfPig/issues/789
PdfPig bookmark problems are resolved by #9783.
This issue will be resolved in next docfx release.
Проблемы с закладками PdfPig решены с помощью #9783 .
Эта проблема будет решена в следующем выпуске docfx.
Thank you very much for your wonderful work!)
@filzrev, please tell me when docfx is planned to be released?
It's expected to be fixed with latest docfx version (v2.76.0).
@MrDmitrij Is it able to confirms problems are fixed in latest version?
It's expected to be fixed with latest docfx version (v2.76.0).
@MrDmitrij Is it able to confirms problems are fixed in latest version?
@filzrev Yes, the problems are fixed in the docfx version (v2.76.0). Everything works well.
Thank you for your excellent work! =)
@MrDmitrij Thanks for your confirmation. Please close issue if no additional problems.
Describe the bug A title starting with the Cyrillic characters "Ш" or "Щ" is not displayed in the bookmark hierarchy of a PDF document.
To Reproduce
Create a TOC file with a name starting with the Cyrillic characters "Ш" or "Щ".
Follow the instructions to generate a PDF from the documentation.
Open the PDF file and view the bookmark hierarchy.
Expected behavior The bookmark hierarchy in PDF should be displayed correctly using the Cyrillic characters "Ш" or "Щ".
Context (please complete the following information):