[snip] b) assume that the user will choose an encoding which contains all the characters they use. Many people use UTF-8 for this reason --- it supports all characters.
Thanks for the reply. When the file is output using a FileWriter, the following XML declaration is placed at the top of the file: <?xml version="1.0" encoding="UTF-8"?> Doesn't this mean it was output in UTF-8? If that's not the case, how do I specify the encoding? Thanks, Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
