Re: Problem wih characters (was Problem with IME)
jim_breen_at_hotmail.com
Date: 02/27/05
- Next message: Sceadu: "Re: Japanese grammar checker."
- Previous message: jim_breen_at_hotmail.com: "Re: How do you show quote marks?"
- In reply to: Bart Mathias: "Re: Problem wih characters (was Problem with IME)"
- Next in thread: Tobias Diedrich: "Re: Problem wih characters"
- Messages sorted by: [ date ] [ thread ]
Date: 27 Feb 2005 06:28:51 GMT
Bart Mathias <mathias@hawaii.edu> dixit:
>jim_breen@hotmail.com wrote:
>OK, that worked nicely. I would never have been able to figure it out
>for myself; I've been using Linux for almost two years now, and never
>even *heard* of an "env" utility.
Don't worry, Bart. I've been using Unix for 19 years and Linux for 11,
and I only found out about "env" a month or so back...
>(I have now looked at the manual;
>apparently I can run any program I could start from the shell in a
>LANG=ja_JP.UTF-8 environment, although I suspect it wouldn't have any
>effect on most. [I'd better save this before I experiment with ~$ env
>LANG=ja_JP.UTF-8 vi.] OK, I didn't think vi would like Japanese. But
>it didn't work with AbiWord either, in spite of the fact that any .doc
>attachment I open from Mozilla brings AbiWord up in broken Japanese!)
Depends on what your vi is. It's often an alias for vim often these days.
I'd do some Googling on vim and I18N.
>I'm also so ignorant that I have no idea how to do the following, or it
>would have been my first choice.
>> (b) write a little script like:
>>
>> #!/bin/bash
>> LANG=ja_JP.UTF-8 /usr/bin/mozilla
>>
>> and put its name in the Command box.
The "#!" at the start of the line flags the shell you want to use.
You have to save that in a file, and make it executable with "chmod +x".
-- Jim Breen http://www.csse.monash.edu.au/~jwb/ Computer Science & Software Engineering, Monash University, VIC 3800, Australia $B%8%`!&%V%j!<%s(B@$B%b%J%7%eBg3X(B
- Next message: Sceadu: "Re: Japanese grammar checker."
- Previous message: jim_breen_at_hotmail.com: "Re: How do you show quote marks?"
- In reply to: Bart Mathias: "Re: Problem wih characters (was Problem with IME)"
- Next in thread: Tobias Diedrich: "Re: Problem wih characters"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|