TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   XHTML, HTML, CSS (http://www.talkphp.com/xhtml-html-css/)
-   -   Charset that fully supports hindi (http://www.talkphp.com/xhtml-html-css/3318-charset-fully-supports-hindi.html)

rupam_jaiswal 09-04-2008 01:48 PM

Charset that fully supports hindi
 
Hi,
I am a newbie in web development.
I want display hindi charsets on my website, for that I need utf-8 support.
When I test on browser, hindi chars are displayed properly but when I test in my mobile's browser(which also supports utf8,utf16,iso10646-ucs-2,iso8859-1,iso8859-2,iso8859-15) it wasn’t displayed properly(printed some square chars).
When checked I found that there one more param in utf-8 called q which is passed.
So here I can say that if my browser supports 'Utf-8' there is no guarantee that it will display hindi characters properly.

So can any one tell me which is the charset (utf8,utf16,iso10646-ucs-2,iso8859-1,iso8859-2,iso8859-15) that supports hindi fully (100%) and not even 90%.

Regards
Rupam

sketchMedia 09-04-2008 05:18 PM

Try this
html Code:
<meta http-equiv="Content-Language" content="hi">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
failing that try to add this to your html tag also:
html Code:
<html lang="hi">

sijo006 04-07-2009 08:47 AM

hindi
 
<meta http-equiv="Content-Language" content="hi">
<meta http-equiv="Content-Type" content="text/html;


this i sworking..thanks


All times are GMT. The time now is 11:24 AM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0