My ResourceBundle class uses a UTF-8 saved property file to retrieve
the values and write them to the xml file also saved as utf-8

This is my line code to create the xml file

        write = new PrintWriter(new OutputStreamWriter(new
FileOutputStream(xmlFile), "UTF-8"));


Now, when I checked the generated xml file, it seems that some
characters have become garbled and not seen as the supposed unicode
symbol representation

Do you think I should use another class to write a utf-8 saved xml
file before converting it to pdf? Could you please give an example?


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.501 / Virus Database: 299 - Release Date: 7/14/2003
 


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to