Thank you for your reply, Dan.
For test needs Japanese font like VL Gothic font(http://dicey.org/vlgothic/),
and Japanese input method like uim
(http://anthy.sourceforge.jp/cgi-bin/hikija/hiki.cgi).
I installed VL Gothic font and uim by debian package ttf-vlgothic, uim-skk.
And I create symbolic link for font by this Makefile in factor/fonts directory.

MONO=/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf
PRO=/usr/share/fonts/truetype/vlgothic/VL-PGothic-Regular.ttf
all :
        ln -fs $(PRO) Vera.ttf
        ln -fs $(PRO) VeraBI.ttf
        ln -fs $(PRO) VeraBd.ttf
        ln -fs $(PRO) VeraIt.ttf
        ln -fs $(MONO) VeraMoBI.ttf
        ln -fs $(MONO) VeraMoBd.ttf
        ln -fs $(MONO) VeraMoIt.ttf
        ln -fs $(MONO) VeraMono.ttf
        ln -fs $(PRO) VeraSe.ttf
        ln -fs $(PRO) VeraSeBd.ttf

Yoshinori

2008/2/4, Daniel Ehrenberg <[EMAIL PROTECTED]>:
> This is great. I'll try to get ahold of a computer that I can test
> this with, and if it works, push it into my repository.
>
> Dan
>
> On Fri, Feb 1, 2008 at 7:58 AM, Yoshinori Tahara
> <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> >  I try to input Japanese character in Factor UI on Linux.
> >  But an input method could not be activate.
> >  This patch is to be enable X input method.
> >  calling setlocale, XSupportsLocale, XSetLocaleModifiers
> >  and XwcLookupString args is changed form ulong to uint for 64bit.
> >
> >  Regards,
> >  --
> >  Yoshinori Tahara <[EMAIL PROTECTED]>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Factor-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>


-- 
Yoshinori Tahara <[EMAIL PROTECTED]>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to