d.xml file:
then it is enough to call this target during compilation.
- Original Message -
From: "Paulo Soares" <[EMAIL PROTECTED]>
To: "Mark Goking" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 17, 2003 2:49 PM
Subject: Re: [iTe
t;Bruno" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, July 16, 2003 17:45
Subject: [iText-questions] Xml concern
>
> 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
>
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 th