i saw in the 04 novembre realease note that ut8 encore text shoud be parse correcty in XML dat.
i load a xml from web that i pass to a xml DAT.
My xml look good on line but the spcial caracter are not display corectly in touch http://www.vavjonx.ch/text-xml.php
So the release note wasn’t quite accurate. Once data is in a DAT, it’s already turned into ‘unicode’, having parsed the content in whatever incoming encoding it thought it was in (UTF8, UTF16, CP1252 etc.). The XML DAT won’t parse UTF8 or anything, it’s recent changes just made it work properly with unicode text.
So the issue here is actually the Web DAT, that is where the UTF8 should have been read as UTF8 and stored in our unicode representation. We’ll take a closer look though, if you can leave that URL working as is.
Thanks
Thanks for the report. This will be fixed in the next official build we release. I see that you are using the web DAT however – the web DAT is deprecated, so you’ll need to switch over to the web client DAT to get the fix.