please i need away on how to apply utf-8 only on the input text not the whole page uicode
please tell me how to do it for example on this code:
CODE
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>new page</title>
</head>
<body>
<SPAN class=query>search<INPUT maxLength=200 size=20 name=search></SPAN></p>
</body>
</html>
thanks
