RE: HTML Form Encoding Problem

From: Tim Greenwood (greenwood@openmarket.com)
Date: Fri Jan 14 2000 - 10:27:25 EST


> But does this work on Netscape browsers? I haven't been able to
> successfully
> set the charset to 'UTF-8' in Netscape Navigator 4.7 ... It works
> flawlessly
> on Microsoft Internet Explorer(4.0 to 5.5b).

Works for me. This little test form returns the text in UTF-8

<HTML>
<HEAD>
<META http-equiv="Content-type" content="text/html;charset=utf-8">
<TITLE>UTF-8 - Header</TITLE>
</HEAD>
<BODY>
<H1>UTF-8 Header</H1>
<P>
<FORM ACTION="process.cgi">
<INPUT TYPE="text" NAME="input" VALUE="abcd" SIZE=20>
<INPUT TYPE="submit" VALUE="Submit">
</FORM>
</BODY>
</HTML>



This archive was generated by hypermail 2.1.2 : Tue Jul 10 2001 - 17:20:58 EDT