RE: URL-encode international characters in Java?

From: Martin J. Duerst [mailto:duerst@w3.org]
Sent: Thursday, July 06, 2000 11:53 PM
>Does IE support the 'accept-charset' parameter on FORM?

Yes. In a _very_ limited fashion:
If (accept-charset includes "UTF-8") AND (input contains characters not
fitting the document charset) THEN submit in UTF-8, regardless of the
document charset.

Chris..

Received on Friday, 7 July 2000 12:24:35 UTC