| James Clark
On input, it's up to the XML parser you use. If you're
using XP, it doesn't support iso-8859-2. It only supports
iso-8859-1, us-ascii, utf-8 and utf-16.
On output, it depends on the output method. The XML output
method supports only UTF-8. The other output methods
support any encodings supported by your Java VM.
|