Re: [Indic-computing-devel] improper rendering of devanagari letter au à¤
Status: Alpha
Brought to you by:
jkoshy
From: Keyur S. <key...@ya...> - 2003-01-02 14:25:43
|
Hi, --- à¤à¤²à¥à¤ Alok <al...@ya...> wrote: > I'd like to draw your attention to > > http://groups.yahoo.com/group/Hindi-Forum/message/784 > > The letter Ou -ie 0914 ठis not displayed properly here. This is not > the > first such occurrence, I have been able to simulate this many times. It is shown like that because it has been encoded like that :-) Seriously, the above character results in broken UTF-8 sequence and either your mail client or yahoo server somehow misinterprets it. You can confirm whether it is the problem with your mailer, by sending the mail to some server other than yahoogroups, and read the message. If it shows the character properly on some other server then it is most probably the problem with yahoogroups server. For any browser to correctly interpret the UTF-8 sequence it is required that you encode that information in your html page. You must set "charset=UTF-8" in meta tag of you html page in the <head> section. For example, <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> For more detail, see http://rohini.ncst.ernet.in/indix/doc/HOWTO/Devanagari-HOWTO-4.html#ss4.2 Regards, Keyur __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |