-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ashish,
Ashish Kulkarni wrote: > I have java class which creates an XML file from SQL resultset, > It works fine in USA, but i am having issues when this process runs in > Germany where they have non UTF characters in there database like ü or á. I think you mean non-lower-ASCII. This characters are certainly covered by UTF-8. > How do we handle this kind of situation in XML file, i set the XML file to > be of UTF-8 type. How do you set the file "type" to UTF-8? > the java code which creates the XML file is as below This code is not relevant to the character encoding. How do you convert your DOM tree to XML text? That's where the magic happens. Do you create your own Writer object? - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGI9bO9CaO5/Lv0PARAm+CAJ9PHzvjbl7ftLyzHwTCG7aZ8r2RYQCgqtxU MfGdL4vBq8g9K7eFJJxOR6Y= =Yd6n -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]