vikrambalye / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

Non-ISO characters in content not displayed correctly #386

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Put non-ISO characters (e.g. Greek symbols) in content of html body
2. Convert html-code to PDF
3. display PDF and question-marks are shown (in PDF, not in HTML)

What is the expected output? What do you see instead?
correct Greek symbols in the same way as in the HTML document

What version of the product are you using? On what operating system?
0.6 Beta

Please provide the HTML source code you want to convert, or any additional
information.

The HTML-document is W3-appropriate, coded in UTF-8 and encoding is done in 3 
various ways - hexadecimal, decimal and ISO-/ANSI-coded.
All codings produce the same result:
They are all shown correctly in the HTML-document and displayed as 
question-marks in the PDF.

Is there any work-around to display these Non-ISO characters? I already checked 
other issues and found "320" but this won't help me with my problem.

Original issue reported on code.google.com by muellera...@tele2.de on 2 Dec 2011 at 6:27

GoogleCodeExporter commented 9 years ago
Have you looked at the Unicode how-to 
(http://code.google.com/p/dompdf/wiki/CPDFUnicode)?

Original comment by eclecticgeek on 2 Dec 2011 at 2:08

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00