pombreda / xhtml2pdf

Automatically exported from code.google.com/p/xhtml2pdf
GNU General Public License v2.0
0 stars 0 forks source link

Russian charset #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Demo
2. Write simple html whis Russian chars

<p>Привет</p>
<p>Hello</p>

3. generate pdf

What is the expected output? What do you see instead?
I not see Rusian text, only squares.

What version of the product are you using? On what operating system?
use demo in site and download to local. OS is Linux Debian

Please provide any additional information below.

Original issue reported on code.google.com by ivan.bor...@gmail.com on 9 May 2009 at 6:40

Attachments:

GoogleCodeExporter commented 9 years ago
This is due to the used font in the demo app. If you use a font like 
code2000.ttf it works.

Original comment by dirk.holtwick on 10 May 2009 at 9:21