Re: [Indic-computing-users] unicode
Status: Alpha
Brought to you by:
jkoshy
From: Guntupalli K. <kar...@fr...> - 2002-10-22 08:44:30
|
On Tue, 22 Oct 2002 13:46:14 +0530 (IST) Viveka Nathan K <vi...@la...> wrote: > > GK:} Did you install the unicode mo files in proper place viz > GK:}/usr/share/locale/hi/LC_MESSAGES or > GK:}/usr/share/locale/hi_IN/LC_MESSAGES > GK:} & set the locale to hi or hi_IN after setting the font ( export > GK:}LANG=hi_IN )? > > Yes I have copied the files in /usr/share/locale/hi_IN/LC_MESSAGES/ > I set the raghu font for display. All the characters, even (english) > characters are displayiing as boxes. what might be the problem ? > Well since raghu font doesnt have english glyphs, wherever english is there you will get boxes, you have to also set the locale to hi_IN before starting the application eg after setting the font explicitly $ export LANG=hi_IN $ kword & or whatever application you have set the font for & have the translations in unicode. or better still do a $ strace kword 2> /tmp/msg.log and go through /tmp/msg.log to see if the Hindi mo files are accessed ? Regards, Karunakar |