Hi All,
I'm using wkhtmltopdf 0.12.4 (with patched qt) and trying to render a document that contains _Traditional Chinese_, _Simplified Chinese_, _Japanese_ and _Korean_.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html>
<body>
<div lang="ja">Ja: 与 才 骨</div>
<div lang="zh-Hant">Hant:与 才 骨</div>
<div lang="zh-Hans">Hans: 与 才 骨</div>
<div lang="ko">Ko: 与 才 骨</div>
<div>Emoji: 💩</div>
</body>
</html>
Opening this document with Chrome I can see that each div is rendered using a different set of fonts. This is right since the same codepoints are rendered in different ways according to the language (https://en.wikipedia.org/wiki/Han_unification)
The same HTML rendered with wkhtmltopdf do not give the same result (neither on Linux nor on Mac OSX). As you can see the same font is used to render all the divs which means that the lang tag is totally ignored (and the Emoji is totally messed up)
Is there any way to address this issue?
有关æ¤é—®é¢˜çš„任何更新?
EN: Any updates about this issue?
Is this still an issue in 0.12.5?
Is this still an issue in 0.12.5?
I can still reproduce this issue with 0.12.5
Any updates on this?
Most helpful comment
有关æ¤é—®é¢˜çš„任何更新?
EN: Any updates about this issue?