PDF CSS - Page header and cyrillic languages
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 11
- Joined: Fri Mar 02, 2018 12:20 pm
PDF CSS - Page header and cyrillic languages
Hi! I'm trying to customize the PDF page layout with CSS following this guide. It works for european languages, but fails to display the russian and other cyrillic languages ('#####' instead of expected content).
Is it possible to make header/footer content customization work with cyrillic languages?
Is it possible to make header/footer content customization work with cyrillic languages?
-
- Posts: 11
- Joined: Fri Mar 02, 2018 12:20 pm
Re: PDF CSS - Page header and cyrillic languages
I solved the problem by specifying font for each customized string-set aka:
I thought @page and !important was enough, but apparently it's not. 
Code: Select all
@page :right {
@top-right {
content: "РУССКИЕБУКВЫ" counter(page);
font-family: "Times New Roman", "Times", serif;
}
}

Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service