From: Mayuresh <may...@ac...> - 2012-03-06 14:23:16
|
Hi I am new to the list and this is my first day of working with mlterm. Please excuse me if I am missing anything obvious. I have installed the latest version 3.0.11 and tried to view Devanagari - just by visiting google.co.in in elinks, though no luck yet. I believe my compilation with indic option is fine since the option does appear in the configuration gui. I have Lohit fonts already installed and after reading README.indic I also installed DVYG0ntt.ttf. I have tried launching by both forms of command shown in README.indic and also tried tweaking encoding to utf8 and font to one of the devanagari fonts in gui as well as through command line options and also as suggested in README.indic. For most of these times, the devanagari characters appeared just as *. Only time something different happened was when I launched with environment variable LANG=en_US.UTF-8, though in place of * just some garbled characters appeared. Would appreciate help in trying to get it work. Mayuresh. |
From: Araki K. <ara...@us...> - 2012-03-15 22:19:03
|
Hi, Sorry for the late reply. From: Mayuresh <may...@ac...> Subject: Re: [Mlterm-dev-en] mlterm with Devanagari Date: Thu, 8 Mar 2012 11:25:28 +0530 Message-ID: <201...@SD...> > I have Lohit fonts already installed and after reading README.indic I also > installed DVYG0ntt.ttf. > > I have tried launching by both forms of command shown in README.indic and > also tried tweaking encoding to utf8 and font to one of the devanagari > fonts in gui as well as through command line options and also as suggested > in README.indic. > > For most of these times, the devanagari characters appeared just as *. > Only time something different happened was when I launched with > environment variable LANG=en_US.UTF-8, though in place of * just some > garbled characters appeared. Could you tell me the results of following commands ? $ mlcc use_bidi $ mlcc use_ind $ mlcc encoding $ mlcc type_engine $ cat ~/.mlterm/font $ cat ~/.mlterm/aafont (If mlcc command is not found, do "./configure --with-tools=mlcc ; make ; make install" in advance.) Regards, --- Araki Ken ara...@us... |
From: Mayuresh <may...@ac...> - 2012-03-16 04:04:45
|
On Fri, Mar 16, 2012 at 06:34:46AM +0900, Araki Ken wrote: > > I have Lohit fonts already installed and after reading README.indic I also > > installed DVYG0ntt.ttf. > > > > I have tried launching by both forms of command shown in README.indic and > > also tried tweaking encoding to utf8 and font to one of the devanagari > > fonts in gui as well as through command line options and also as suggested > > in README.indic. > > > > For most of these times, the devanagari characters appeared just as *. > > Only time something different happened was when I launched with > > environment variable LANG=en_US.UTF-8, though in place of * just some > > garbled characters appeared. > > Could you tell me the results of following commands ? > > $ mlcc use_bidi > $ mlcc use_ind > $ mlcc encoding > $ mlcc type_engine > $ cat ~/.mlterm/font > $ cat ~/.mlterm/aafont #mlcc use_bidi #use_bidi=false #mlcc use_ind #use_ind=true #mlcc encoding #encoding=UTF8 #mlcc type_engine #type_engine=xft #cat ~/.mlterm/font DEFAULT = ISCII_HINDI = Lohit Hindi 16 #cat ~/.mlterm/aafont DEFAULT = ISCII_HINDI ISCII_HINDI = DV\-TTYogesh 23 Mayuresh. |
From: Mayuresh <may...@ac...> - 2012-03-17 07:15:59
|
On Sat, Mar 17, 2012 at 05:59:02AM +0900, Araki Ken wrote: > Well, is DVYG0ntt.ttf font properly installed ? > Please check it as follows. > > $ fc-list | grep TTYogesh #fc-list | grep TTYogesh DV\-TTYogesh:style=Normal Have also tried Lohit Hindi: #fc-list | grep "Lohit Hindi" Lohit Hindi:style=Regular > And will you send me a sample text you try to show ? I do these typically in the terminal: elinks www.google.co.in elinks http://maharashtratimes.indiatimes.com/newsletter.cms See only stars in place of Devanagari character. Only time something different happens is when I set LANG=en_US.UTF-8 as environment variable. This time some garbled characters appear instead of *. > > > #cat ~/.mlterm/aafont > > DEFAULT = ISCII_HINDI > > You should remove DEFAULT = ISCII_HINDI because the value of > DEFAULT entry should be a font name. Removed. It was set through GUI configurator of mlterm while I was trying various combinations. Mayuresh |
From: Araki K. <ara...@us...> - 2012-03-19 21:36:44
Attachments:
indianatimes.png
|
Hi, From: Mayuresh <may...@ac...> Subject: Re: [Mlterm-dev-en] mlterm with Devanagari Date: Sat, 17 Mar 2012 12:45:51 +0530 Message-ID: <201...@SD...> > #fc-list | grep TTYogesh > DV\-TTYogesh:style=Normal > > Have also tried Lohit Hindi: > > #fc-list | grep "Lohit Hindi" > Lohit Hindi:style=Regular > > > And will you send me a sample text you try to show ? > > I do these typically in the terminal: > > elinks www.google.co.in > elinks http://maharashtratimes.indiatimes.com/newsletter.cms > > See only stars in place of Devanagari character. Only time something > different happens is when I set LANG=en_US.UTF-8 as environment variable. > This time some garbled characters appear instead of *. Umm... I'm sorry but I couldn't still find the reason why Devanagari characters aren't shown. Are there any error messages in ~/.mlterm/msg.log file ? Possibly mlterm might fail to load libind modules. If I start mlterm -ind -bi=false (without ~/.mlterm/main) in my environment, elink http://maharashtratimes.indiatimes.com/newsletter.cms is shown as an attached picture (which seems a bit strange though:(). --- Araki Ken ara...@us... |
From: Mayuresh <may...@ac...> - 2012-03-20 04:29:26
|
On Tue, Mar 20, 2012 at 09:23:18AM +0530, Mayuresh wrote: > On Tue, Mar 20, 2012 at 06:36:31AM +0900, Araki Ken wrote: > > Are there any error messages in ~/.mlterm/msg.log file ? > > Possibly mlterm might fail to load libind modules. > > Oh yes. You are right. I see messages like these: > > Mar 9 09:04:54[232] *** ERROR HAPPEND *** BiDi: Could not load. > Mar 7 22:18:24[10145] Font Lohit Hindi 16 couldn't be loaded. > > I will check whether library is at the right location. libfribidi.so is present at usual location. But I think anyway it's not required for devanagari. There is no error message for libind*. Not getting font related error message mentioned above now. Mayuresh. |
From: Araki K. <ara...@us...> - 2012-04-02 12:46:44
|
Hi, From: Mayuresh <may...@ac...> Subject: Re: [Mlterm-dev-en] mlterm with Devanagari Date: Sat, 31 Mar 2012 02:16:15 +0530 Message-ID: <201...@SD...> > Attached. This shows garbled characters when invoked with LANG=en_US.UTF-8 "use_ind=true" option which depends on libctl_iscii.so and libind_hindi.so doesn't seem to work correctly. Does following commands change appearance of mlterm ? $ mlcc use_bidi false $ mlcc use_ind false $ mlcc use_ind true > Here are mine, though not exactly matching, the ones you mentioned > specifically are there: I think necessary modules are correctly installed. Regards, --- Araki Ken ara...@us... |
From: Mayuresh <may...@ac...> - 2012-04-02 14:49:25
|
On Mon, Apr 02, 2012 at 09:46:29PM +0900, Araki Ken wrote: > Does following commands change appearance of mlterm ? > > $ mlcc use_bidi false > $ mlcc use_ind false > $ mlcc use_ind true No difference seen. Please check the following steps. Is that what you wanted to check? I opened mlterm with environment variable LANG=en_US.UTF-8. After that I ran above 3 commands in a row, After that I launched elinks to visit a Devanagari site mentioned before. Mayuresh. |
From: Araki K. <ara...@us...> - 2012-03-30 19:18:25
|
Hi, From: Mayuresh <may...@ac...> Subject: Re: [Mlterm-dev-en] mlterm with Devanagari Date: Tue, 20 Mar 2012 09:59:19 +0530 Message-ID: <201...@SD...> > On Tue, Mar 20, 2012 at 09:23:18AM +0530, Mayuresh wrote: > > On Tue, Mar 20, 2012 at 06:36:31AM +0900, Araki Ken wrote: > > > Are there any error messages in ~/.mlterm/msg.log file ? > > > Possibly mlterm might fail to load libind modules. > > > > Oh yes. You are right. I see messages like these: > > > > Mar 9 09:04:54[232] *** ERROR HAPPEND *** BiDi: Could not load. > > Mar 7 22:18:24[10145] Font Lohit Hindi 16 couldn't be loaded. > > > > I will check whether library is at the right location. > > libfribidi.so is present at usual location. But I think anyway it's not > required for devanagari. There is no error message for libind*. > > Not getting font related error message mentioned above now. Umm... I'm sorry but I can't think of the cause. Will you give me a screenshot in your environment ? Are libctl_iscii.so and libind_*.so files located in $(libdir)/mlterm ? In my environment, "ls /usr/local/lib/mlterm/*.so" outputs files as follows. /usr/local/lib/mlterm/libathena.so* /usr/local/lib/mlterm/libind_punjabi.so* /usr/local/lib/mlterm/libctl_bidi.so* /usr/local/lib/mlterm/libind_roman.so* /usr/local/lib/mlterm/libctl_iscii.so* /usr/local/lib/mlterm/libind_tamil.so* /usr/local/lib/mlterm/libim-kbd.so* /usr/local/lib/mlterm/libind_telugu.so* /usr/local/lib/mlterm/libind_assamese.so* /usr/local/lib/mlterm/libmotif.so* /usr/local/lib/mlterm/libind_bengali.so* /usr/local/lib/mlterm/libmozmodern.so* /usr/local/lib/mlterm/libind_gujarati.so* /usr/local/lib/mlterm/libnext.so* /usr/local/lib/mlterm/libind_hindi.so* /usr/local/lib/mlterm/libpixmap_engine.so* /usr/local/lib/mlterm/libind_iitkeyb.so* /usr/local/lib/mlterm/libsample.so* /usr/local/lib/mlterm/libind_inscript.so* /usr/local/lib/mlterm/libsample2.so* /usr/local/lib/mlterm/libind_kannada.so* /usr/local/lib/mlterm/libtype_cairo.so* /usr/local/lib/mlterm/libind_malayalam.so* /usr/local/lib/mlterm/libtype_xft.so* /usr/local/lib/mlterm/libind_oriya.so* --- Araki Ken ara...@us... |
From: Mayuresh <may...@ac...> - 2012-03-30 20:46:23
Attachments:
mlterm.jpg
|
On Sat, Mar 31, 2012 at 04:18:11AM +0900, Araki Ken wrote: > Will you give me a screenshot in your environment ? Attached. This shows garbled characters when invoked with LANG=en_US.UTF-8 If not invoked so, no matter what settings are made in mlterm it shows just "*" in place of all Devanagari characters. > Are libctl_iscii.so and libind_*.so files located in $(libdir)/mlterm ? > In my environment, "ls /usr/local/lib/mlterm/*.so" outputs files as follows. > > /usr/local/lib/mlterm/libathena.so* /usr/local/lib/mlterm/libind_punjabi.so* > /usr/local/lib/mlterm/libctl_bidi.so* /usr/local/lib/mlterm/libind_roman.so* > /usr/local/lib/mlterm/libctl_iscii.so* /usr/local/lib/mlterm/libind_tamil.so* > /usr/local/lib/mlterm/libim-kbd.so* /usr/local/lib/mlterm/libind_telugu.so* > /usr/local/lib/mlterm/libind_assamese.so* /usr/local/lib/mlterm/libmotif.so* > /usr/local/lib/mlterm/libind_bengali.so* /usr/local/lib/mlterm/libmozmodern.so* > /usr/local/lib/mlterm/libind_gujarati.so* /usr/local/lib/mlterm/libnext.so* > /usr/local/lib/mlterm/libind_hindi.so* /usr/local/lib/mlterm/libpixmap_engine.so* > /usr/local/lib/mlterm/libind_iitkeyb.so* /usr/local/lib/mlterm/libsample.so* > /usr/local/lib/mlterm/libind_inscript.so* /usr/local/lib/mlterm/libsample2.so* > /usr/local/lib/mlterm/libind_kannada.so* /usr/local/lib/mlterm/libtype_cairo.so* > /usr/local/lib/mlterm/libind_malayalam.so* /usr/local/lib/mlterm/libtype_xft.so* > /usr/local/lib/mlterm/libind_oriya.so* Here are mine, though not exactly matching, the ones you mentioned specifically are there: /usr/pkg/lib/mlterm/libathena.so* /usr/pkg/lib/mlterm/libind_oriya.so* /usr/pkg/lib/mlterm/libctl_iscii.so* /usr/pkg/lib/mlterm/libind_punjabi.so* /usr/pkg/lib/mlterm/libim-kbd.so* /usr/pkg/lib/mlterm/libind_roman.so* /usr/pkg/lib/mlterm/libind_assamese.so* /usr/pkg/lib/mlterm/libind_tamil.so* /usr/pkg/lib/mlterm/libind_bengali.so* /usr/pkg/lib/mlterm/libind_telugu.so* /usr/pkg/lib/mlterm/libind_gujarati.so* /usr/pkg/lib/mlterm/libmotif.so* /usr/pkg/lib/mlterm/libind_hindi.so* /usr/pkg/lib/mlterm/libmozmodern.so* /usr/pkg/lib/mlterm/libind_iitkeyb.so* /usr/pkg/lib/mlterm/libnext.so* /usr/pkg/lib/mlterm/libind_inscript.so* /usr/pkg/lib/mlterm/libsample.so* /usr/pkg/lib/mlterm/libind_kannada.so* /usr/pkg/lib/mlterm/libsample2.so* /usr/pkg/lib/mlterm/libind_malayalam.so* /usr/pkg/lib/mlterm/libtype_xft.so* |
From: Mayuresh <may...@ac...> - 2012-04-22 03:18:57
|
On Mon, Apr 02, 2012 at 09:46:29PM +0900, Araki Ken wrote: > > Here are mine, though not exactly matching, the ones you mentioned > > specifically are there: > > I think necessary modules are correctly installed. For sake of a try, I upgraded to 3.1.0, though Devanagari continues to not work on my terminal. Does my OS matter? It is NetBSD 6.0 BETA. Mayuresh. |
From: Araki K. <ara...@us...> - 2012-05-01 22:17:05
|
Hi, From: Mayuresh <may...@ac...> Subject: Re: [Mlterm-dev-en] mlterm with Devanagari Date: Sun, 22 Apr 2012 08:48:49 +0530 Message-ID: <201...@SD...> > On Mon, Apr 02, 2012 at 09:46:29PM +0900, Araki Ken wrote: > > > Here are mine, though not exactly matching, the ones you mentioned > > > specifically are there: > > > > I think necessary modules are correctly installed. > > For sake of a try, I upgraded to 3.1.0, though Devanagari continues to not > work on my terminal. > > Does my OS matter? It is NetBSD 6.0 BETA. I'm sorry but I have no idea. To make sure, please try following steps. (Don't use pkgsrc) $ tar xzvf mlterm-3.1.1.tar.gz ; cd mlterm-3.1.1 $ ./configure --prefix=/opt/mlterm --enable-ind --enable-anti-alias $ make $ sudo make install $ vi ~/.mlterm/aafont ISCII_HINDI = DV\-TTYogesh 23 $ /opt/mlterm/bin/mlterm -E utf8 -w 16 -m --im=kbd:isciihindi --lsp 2 --bi=false --ind --type=xft --- Araki Ken ara...@us... |
From: Mayuresh <may...@ac...> - 2012-03-20 04:08:53
|
On Tue, Mar 20, 2012 at 06:36:31AM +0900, Araki Ken wrote: > Are there any error messages in ~/.mlterm/msg.log file ? > Possibly mlterm might fail to load libind modules. Oh yes. You are right. I see messages like these: Mar 9 09:04:54[232] *** ERROR HAPPEND *** BiDi: Could not load. Mar 7 22:18:24[10145] Font Lohit Hindi 16 couldn't be loaded. I will check whether library is at the right location. > > If I start mlterm -ind -bi=false (without ~/.mlterm/main) in > my environment, elink http://maharashtratimes.indiatimes.com/newsletter.cms > is shown as an attached picture (which seems a bit strange though:(). That looks ok. It's not the best possible rendering though is legible. As of today I'll be satisfied with even that. Mayuresh. |
From: Araki K. <ara...@us...> - 2012-03-16 20:59:09
|
Hi, From: Mayuresh <may...@ac...> Subject: Re: [Mlterm-dev-en] mlterm with Devanagari Date: Fri, 16 Mar 2012 09:34:32 +0530 Message-ID: <20120316040432.GA1767@laptop> > #mlcc use_bidi > #use_bidi=false > #mlcc use_ind > #use_ind=true > #mlcc encoding > #encoding=UTF8 > #mlcc type_engine > #type_engine=xft > #cat ~/.mlterm/font > DEFAULT = > ISCII_HINDI = Lohit Hindi 16 > #cat ~/.mlterm/aafont .. > ISCII_HINDI = DV\-TTYogesh 23 OK. Well, is DVYG0ntt.ttf font properly installed ? Please check it as follows. $ fc-list | grep TTYogesh And will you send me a sample text you try to show ? > #cat ~/.mlterm/aafont > DEFAULT = ISCII_HINDI You should remove DEFAULT = ISCII_HINDI because the value of DEFAULT entry should be a font name. Regards, --- Araki Ken ara...@us... |