Re: need help withXMLHTTPreq and parsing response
Christian Biesinger <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
jason pollard wrote: > All the characters are recognized normally, but the Unicode one. In this > case the \u8220 should be (int)147. Hm, that \u8220 should be \u201c I'd think... U+201C is "left double quotation mark"; In windows-1252 that's the character at position 147 (0x93). The data you get is not bytes, but a text stream; the incoming data was converted to unicode.