Help - Search - Members - Calendar
Full Version: utf-8 hlep needed
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
netsphere
hi all thank you showing.............

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

Peter1968
There's no harm setting the entire page (or website) to UTF-8, unless you have a pressing reason not to.
Just change it to charset=UTF-8.
netsphere
Thank you peter,

i know there is no harm but i have link indexing search script and i want to give the vistors of my site only the search input in order to put it in there sites to search through my site but if they change the utf-8 they will have to change the entire text on the page to go with the new unicode, specially arabic users.

and this is impossible and weary.
Brian Chandler
QUOTE(Peter1968 @ Oct 14 2006, 11:11 PM) *

There's no harm setting the entire page (or website) to UTF-8, unless you have a pressing reason not to.
Just change it to charset=UTF-8.


Yes, of course, but *provided* the page (or website) is in fact encoded in UTF-8.
Peter1968
QUOTE(netsphere @ Oct 15 2006, 03:38 AM) *

Thank you peter,

i know there is no harm but i have link indexing search script and i want to give the vistors of my site only the search input in order to put it in there sites to search through my site but if they change the utf-8 they will have to change the entire text on the page to go with the new unicode, specially arabic users.

and this is impossible and weary.


Theres' no way in HTML I can think of that'd achieve this. You'd have to investigate some of the scripting methods that'd allow you to do this.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.