This looks more like a question for the mailing list.
Bruno

Quoting SOBANA Rathnam <[EMAIL PROTECTED]>:

> Hi Bruno,
>     I am facing a problem while generating PDF reports. I am using iText to
> generate the report. I have to generate a Chinese report. I have values
> coming from session or from database. The Database is UTF-8 and the values
> from session come as Big5. Since iText can accept only Unicode i convert the
> value coming from session(as Big5) to unicode using InputStreamReader class.
> But in Solaris it throws UnSupportedEncodingException Big5. Whereas in my
> Windows NT I get it printed. I have also set the classpath to i18n.jar file
> in Solaris but still getting that Exception. I am using Mingliu.ttf font. The
> value coming from properties file gets printed.
>     This is my Convert method using InputStreamReader class.
> 
>  Reader r = new BufferedReader(new InputStreamReader("incoming Big5 String",
> "BIG5"));
> 
> This is my configuration of Solaris m/c
> 
> > OS - Sun Solaris 2.8
> > Database Server - Oracle 8i
> > Application Server - Weblogic 6.1 SP2
> > Dual Processor 
> > RAM - 2GB
> > Database Character Set - UTF8
> > 
>   It would be more helpful if U could guide me in this problem.
> 
> Thanks
> Regards
> Sobana.
> 
> 
> 
> 
> 





-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to