- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 01 Aug 2006 17:10:55 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3550 ------- Comment #7 from mike@saxonica.com 2006-08-01 17:10 ------- The simplest is just to change the XML declaration so that it declares the encoding correctly, i.e. change it to encoding="UTF-8". If you then want to change the encoding, try java net.sf.saxon.Query -s auction.xml -o auction2.xml {.} !encoding=iso-8859-1
Received on Tuesday, 1 August 2006 17:11:02 UTC