Charset that fully supports hindi

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
rupam_jaiswal
Forum Newbie
Posts: 22
Joined: Thu Jun 05, 2008 12:54 am

Charset that fully supports hindi

Post by rupam_jaiswal »

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
Post Reply