[Qt-qml] UTF-8 vs. other encodings with XMLHttpRequest

2010-08-20 Thread ari.koivisto
Hi, I've run into problems in how qml handles character encodings with XMLHttpRequest. The web service I'm using returns either a block of text with following response header "content-type: text/plain; charset=iso-8859-1" or a text/xml response with "" - depending on the service request. I'm

Re: [Qt-qml] UTF-8 vs. other encodings with XMLHttpRequest

2010-08-23 Thread bea.lam
On 20/08/2010, at 5:04 PM, ext ari.koivi...@nokia.com wrote: > Hi, > > I've run into problems in how qml handles character encodings with > XMLHttpRequest. > > The web service I'm using returns either a block of text with following > response header "content-type: text/plain; charset=iso-8859