How to write in Japanese under GTK ?

1998-11-09 Thread Ionutz Borcoman
Hi, I have posted this on GTK but with no success (till now). Can someone please give me some hints (in English) on how to code some labels under X Windows in order to obtain some hiragana ? I change the font and I display different things in Japanese, but I have no control o

Re: How to write in Japanese under GTK ?

1998-11-13 Thread Ionutz Borcoman
Chu-yeon Park wrote: > Hmm. As you know, it is difficult for people using 1-byte charsets, > iso-8859-x, to understand 2 or multibytes charsets. (It doesn't mean that > implemetation is very complex for you because you don't live in CJK now.) I'm in JApan now. That's why I'm interested

locale problem

1998-11-13 Thread Ionutz Borcoman
Hi, Trying different stuff, I've discovered that perl also complains about my locale. Here is it: bash-2.01$ makepasswd perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = "en", LANG = "ja_JP" are

Re: locale problem

1998-11-13 Thread Ionutz Borcoman
Chu-yeon Park wrote: > > On Fri, 13 Nov 1998, Ionutz Borcoman wrote: > > libwcsmbs and wcsmbs-locale-ja need to be installed. And, then your locale > setting export LANG=ja_JP.EUC, not ja_JP. > > Chu-yeon > -- Still got errors. $ make

How do I add Japanese support correctly ?

1998-11-13 Thread Ionutz BORCOMAN
Hi, I've done it: I've reinstalled all the system from zero. I formated the root and kept only the /home and /urs/local which are on separate partitions. Changed only a little the default files to be able to run X xserver-xtt-svga 3.3.2.3a-7 (the scripts didn't make the /etc/X11/

writing vertically in Japanese

1998-11-19 Thread Ionutz Borcoman
Hi, Can I write vertically in Japanese with XEmacs and pLaTeX (LaTeX with Japanese support) ? Can I mix vertical/horizontal contexts ? Is there any other editor capable of this, if XEmacs is not able ? If XEmacs can do this, then please explain me ! TIA, Ionutz

How do I control the language used by gtk ?

1999-01-04 Thread Ionutz Borcoman
Hi, In order to be able to use the fontset and the capability to automatic switch between Romaji/Japanese I have done these: 1. Added to my .bashrc and .bashrc_profile the line: export LANG=ja_JP.ujis 2. added: gtk_set_locale (); be

Re: How do I control the language used by gtk ?

1999-01-04 Thread Ionutz Borcoman
"J.H.M. Dassen" wrote: > > On Mon, Jan 04, 1999 at 18:20:09 +0900, Ionutz Borcoman wrote: > > export LANG=ja_JP.ujis > > IIRC, the first "ja" sets the language. > > > Everything is OK with the fontset but I have a

Re: How do I control the language used by gtk ?

1999-01-04 Thread Ionutz Borcoman
Changwoo Ryu wrote: > > $ export LC_CTYPE="ja_JP.ujis" > $ export LC_MESSAGES="C" > $ run_the_program... > > Then, message will be default ("C"). And the character type will be > ujis. > > -- > Changwoo Ryu > Thanks a lot. This is what I've wanted. (Actu

Please help with input method

1999-02-08 Thread Ionutz Borcoman
Hi, I have the following problem: - I use in my program langdrill the skkinput method to insert Japanese text in a Text Box; - Everything is OK if the skkinput is stoped when I close my app; - if the skkinput was not stoped, then my app sigsegvs when the main window is de