On April 26, Jeff S. wrote: > ... I've fixed the [character encoding] issues and > went with accept-encoding on the form itself since that > should work even if the HTML is in a different character encoding.
I've belatedly learned that Internet Explorer may not apply the encoding specified in a form's accept-charset attribute. Please test your example search page in IE8 (in either normal mode or compatibility mode); enter any query containing extended characters, and observe that the query value's encoding is *not* UTF-8 (unless the browser was already set to use UTF-8 encoding for the search page). . See also this discussion: http://stackoverflow.com/questions/153527/setting-the-character-encoding-in-form-submit-for-internet-explorer -- omr -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
