Re: XMLHttpRequest: BOM detection for responseText

2007-05-25 Thread Anne van Kesteren
On Sat, 19 May 2007 20:57:46 +0200, Alexey Proskuryakov [EMAIL PROTECTED] wrote: 4. If charset is null and the Content-Type MIME type contains a charset parameter let charset be the value of that parameter. Shouldn't the charset parameter always overwrite everything? The only thing it

Re: XMLHttpRequest: BOM detection for responseText

2007-05-19 Thread Alexey Proskuryakov
* Anne van Kesteren [EMAIL PROTECTED] [Sat, 19 May 2007 14:22:37 +0200]: The steps are about returning a value for the text response entity body so we can't terminate them at this point. Indeed - that's an editorial mistake on my part (fixed that in one place, but not here). 4. If

Re: XMLHttpRequest: BOM detection for responseText

2007-05-18 Thread Alexey Proskuryakov
On 5/17/07 8:09 PM, Anne van Kesteren [EMAIL PROTECTED] wrote: Based on feedback from Microsoft the algorithm used by responseText now takes the potential BOM of the entity body into account. Please let me know if you spot any issues with this: I'm not quite sure about having two separate

Re: XMLHttpRequest: BOM detection for responseText

2007-05-18 Thread Julian Reschke
Anne van Kesteren wrote: Based on feedback from Microsoft the algorithm used by responseText now takes the potential BOM of the entity body into account. Please let me know if you spot any issues with this:

XMLHttpRequest: BOM detection for responseText

2007-05-17 Thread Anne van Kesteren
Based on feedback from Microsoft the algorithm used by responseText now takes the potential BOM of the entity body into account. Please let me know if you spot any issues with this: