View Single Post
  #2 (permalink)  
Old 08-07-2008, 17:16
NickJ NickJ is offline
Chief Technical Officer
 
Join Date: Jun 2007
Posts: 147
Default

Versions of Firefox prior to version 3 always send the request
using UTF-8 encoding; Firefox 3 properly sends the document using the
encoding specified by data.xmlEncoding, or UTF-8 if no encoding is
specified. You can refer developer.mozilla.org/en/docs/XMLHttpRequest for further information.

Regards,
Nick J.

Last edited by NickJ; 08-07-2008 at 17:59.
Reply With Quote