[XOM-interest] problems with "ä"
Elliotte Harold
elharo at metalab.unc.edu
Mon Oct 22 08:19:04 EDT 2007
Luca Passani wrote:
> Hi, I have a problem with char-enconding, UTF or whatever:
>
> if i write:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <wurfl>
> :
> <contributor name="Ville Skytta" email="ville.skytta at steam.fi"/>
>
> all is good, but if I try to report Ville's name faithfully:
>
> <contributor name="Ville Skyttä" email="ville.skytta at steam.fi"/>
>
> heaven breaks loose:
The exception is being thrown deep in Xerces, so I expect the document
is indeed malformed. If it's XOM code that's creating the document,
there could be a bug there. Do you have that code for someone to look at?
--
Elliotte Rusty Harold elharo at metalab.unc.edu
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/
More information about the XOM-interest
mailing list