Gianugo Rabellino wrote: > which means that my italian characters are totally screwed up. I > remember past discussions about this issue, but I seem to be unable to > find the mails in box, and looks like there is no archive of past > messages (not even the sourceforge ones, which is really a bad loss). > Any hint about this issue?
Isn't the default/implied encoding for an XML document UTF-8 though? So wouldn't the Latin character set be available? I would think a parser would be able to make this assumption and behave properly without being told specifically. We can always modify the serializer to write out an encoding of UTF-8, since really, that's all we support at the moment anyway :-). Once we shift to the DTSM format, we should be able to maintain any Non-UTF-8 encodings. -- Tom Bradford - http://www.tbradford.org Developer - Apache Xindice (formerly dbXML)
