I have the following problem.
With a xml file that has foreign characters like below. (encoded in UTF-8.)
<Name>���X�^���g���b�Z</Name>
castor outputs after modifications to the file
<Name> לך את הקישוריות</Name>
Below is a sample of my java code.
// Marshal out the data to the same XML file.
xml.marshal(new OutputStreamWriter(
new FileOutputStream(fileName), "UTF-8"));
I have even used FileWriter.
Can someone help. Can I fix this.
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
- [castor-dev] can source generator and iterators Art Blomberg
- Re: [castor-dev] un_marshal and UTF-8 Pavel Hlobil
- Re: [castor-dev] un_marshal and UTF-8 Rajesh Kalluri manduca
- Re: [castor-dev] un_marshal and UTF-8 Thomas Paradies
- Re: [castor-dev] un_marshal and UT... Keith Visco
- [castor-dev] Building the CVS... Hans Bohr
- Re: [castor-dev] Building... Arnaud Blandin
