Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
10.8-rc-1
Description
To reproduce this bug, just edit https://github.com/xwiki/xwiki-platform/blob/36d58aa4d86c573452b07826a6b11ab0090e528c/xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/pdf/impl/PdfExportImplTest.java#L90 to add an accent. For example, replace Hello with
Hello Clément
.
The result text will be Hello Clment ; the «é» character will be ditched by CSS4j while applying the external CSS stylesheet on the HTML.
Marking the bug as a blocker as it's a huge regression compared to what we could do with the PDF export before.
Attachments
Issue Links
- is duplicated by
-
XWIKI-15651 Special characters (e.g. umlauts) completely missing when exporting after XWiki update
- Closed
- is related to
-
XCOMMONS-1482 Upgrade to Dom4j 2.1.1
- Closed