Thanks.
It seams that it's impossible to use CJK fonts on android with itext.
------------------ Original ------------------
From: "iText Info";
Date: 2011年12月14日(星期三) 下午4:50
To: "itext-questions";
Subject: Re: [iText-questions] Using itextpdf-5.1.3,itext-asian to write
Chinese is ok on the desktop,but on android throws a exception:Caused
by:java.nio.charset.UnsupportedCharsetException: The unsupported charset nameis
"UnicodeBigUnmarked".
As you know, the Java code you write for Android isn't executed on the
Java Virtual Machine from Oracle, but on the Dalvik VM. There's a
difference between both VMs. Google has compiled a whitelist of Java
classes that are allowed on Android. All classes not on this list can't
be used. This "forbidden" list includes most of the java.awt classes as
well as plenty of the classes in the java.nio package.
In other words: you've hit one of the limitations of Android. Please
post your question on an Android forum to find out if there's a workaround.
------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits?
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php
------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits?
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php