Re: [cssed-devel] Internationalization in cssed
Brought to you by:
iagorubio
From: <mic...@ea...> - 2004-09-28 17:41:43
|
Le 27 sept. 2004, =E0 13:37, Iago Rubio a =E9crit : > On Mon, 2004-09-27 at 10:57, Mich=E8le Garoche wrote: >> The problem remains that I cannot save a file under a korean name for >> example from within cssed, because the save dialog falls under my >> system language. Maybe it's possible on other systems or if I switch >> completely to korean system language, but then I'm unable to do >> anything since I don't understand anything :-). > > Yes you need a Korean environment, but no need to change the whole > system environment just to change it in the console you're running the > app, or better. use a script to set up the environment and then launch > the app. > > I use this script to test japanese input in cssed: > > #!/bin/bash > export LC_ALL=3Dja_JP > export LANG=3Dja_JP.utf8 > export XMODIFIERS=3D'@im=3Dkinput2' > kinput2 -canna & > cssed & > > What I don't know is how it works your - built-in - input method. > > I can tell you how to set up an environment to use Japanese or Korean=20= > in > your system, but I supose it'll be useless for you, won't it ? > > :) Yes, it works perfectly under Mac OS X, but I cannot use it under X11.=20= Maybe it works, and I'm just too silly to use it. This is the same=20 under bluefish by the way. Mich=E8le <http://micmacfr.homeunix.org> |