Support for asian characters in PDF
Turkish, Polish, Asian characters etc. aren't displayed in generated pdf. Like ı,ğ,ş,ç etc.
Special charachters: !, €, 30°, m³
Fixed, but still missing asian characters.
Asian characters: 日本語の文字!!
また日本語。
Statement from Kunagi Team
We need some help on this.
The PDFs are created with iText. We use Ubuntu as the default font and Liberation as the alternative for missing unicode symbols. Seams even Liberation does not include asian symbols.
Which free font ist the most complete for asian languages?
Status
Issue is closed for Releases 0.18, 0.24.4.
Comments
Tue, Feb 15, 2011, 22:36 by Erol Kabadayı
Thank you very much, we need this urgently ;)
Tue, Nov 22, 2011, 14:43 by anonymous
we also need this urgently,thanks.
Wed, May 23, 2012, 12:03 by linxiaohu
Paragraph.java void createFont
font = new Font(BaseFont.createFont("STSong-Light", "UniGB-UCS2-H", BaseFont.EMBEDDED));
modify this code can print asia language text,but i don't know how build this project,can you tall me? thanks.