serializer = new XMLSerializer ( new FileWriter(fileName),
This FileWriter will write characters to the file according to the default platform encoding (most likely ISO-8859-1). The serializer doesn't even get a chance to decide about the encoding. You should supply a FileOutputStream to the serializer.
J.Pietschmann
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]