I have a problem…When we try to show text in Hindi or any other language in Browser title bar…we see header will have few boxes…instead of the required text in Hindi or any other language…How to resolve this issue…do help me pls.
Actually..problem is not that…I can see the code in any language at tab title…means the problem is not with unicode…problem is that I cannot see what I have written in the browser title bar…!
wow, it’s good. i was looking for this kind of YUI example.
thanks.. keep on your good work
Hello Expert,
I have a problem…When we try to show text in Hindi or any other language in Browser title bar…we see header will have few boxes…instead of the required text in Hindi or any other language…How to resolve this issue…do help me pls.
Newbie
You have to use unicode to construct the title.
Whatever your language is there should be converted to the unicode characters
Eg:
<!– Sample Hindi title of the page –>
<title> यूनिकोड कà¥à¤¯à¤¾ है?</title>
Hope this works for you
Regards
Expert
Actually..problem is not that…I can see the code in any language at tab title…means the problem is not with unicode…problem is that I cannot see what I have written in the browser title bar…!
Simple and good. Thnx for sharing.