Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Lost Japanese Input in OpenOffice
- Date: Sun, 11 Mar 2007 11:00:55 +0100
- From: Godwin Stewart <godwin.stewart@example.com>
- Subject: Re: [tlug] Lost Japanese Input in OpenOffice
- References: <45EF9D0C.3030204@example.com> <45efb6d7.0a1529b1.5e01.ffff8f49@example.com> <45EFDC89.7030504@example.com> <45F0218C.4050206@example.com> <45f08109.69b8b800.5a42.ffffc3b6@example.com> <45F0C21A.2060203@example.com> <45f0df19.13c3c0a1.5114.79a1@example.com> <2a0d6c300703101345pa7347efr7f2817011cbc37ad@example.com> <20070310231655.243ad84b.godwin.stewart@example.com> <20070310232654.GB31530@example.com>
On Sat, 10 Mar 2007 18:26:54 -0500, Scott Robbins <scottro@example.com> wrote: > (Godwin, in your Copious Free Time, give that shot sometime--you're > running modified Slack IIRC, and see if it works with en_US.utf-8--or > do you use en_GB, or French--well, whatever you use, and see if > adding the GTK_IM_MODULE line lets it work even if you don't set > LC_CTYPE to ja_JP.) I did ages ago which is how I came to the conclusion that OOo was requiring LC_CTYPE. I have this small script with which I prefix applications when I want to start them with support for Japanese input: #!/bin/bash if [ "$1" == "soffice" ]; then XMODIFIERS=@example.com GTK_IM_MODULE="scim" LANG=en_US.utf8 LC_CTYPE=ja_JP.utf8 "$@" elif [ "$1" == "firefox-remote" ]; then XMODIFIERS=@example.com GTK_IM_MODULE="scim" LANG=ja_JP.utf8 "$@" else XMODIFIERS=@example.com GTK_IM_MODULE="scim" LANG=en_US.utf8 G_FILENAME_ENCODING=ISO-8859-15 "$@" fi eg: if I want to start sylpheed with Japanese support I run "jap sylpheed". -- G. Stewart - godwin.stewart@example.com Shortcut, n.: The longest distance between two points.Attachment: pgpEPlE2G1m3K.pgp
Description: PGP signature
- Follow-Ups:
- Re: [tlug] Lost Japanese Input in OpenOffice
- From: Wataru Tenga
- References:
- [tlug] Lost Japanese Input in OpenOffice
- From: Dave M G
- Re: [tlug] Lost Japanese Input in OpenOffice
- From: Wataru Tenga
- Re: [tlug] Lost Japanese Input in OpenOffice
- From: Dave M G
- Re: [tlug] Lost Japanese Input in OpenOffice
- From: Charles Muller
- Re: [tlug] Lost Japanese Input in OpenOffice
- From: Wataru Tenga
- Re: [tlug] Lost Japanese Input in OpenOffice
- From: Charles Muller
- Re: [tlug] Lost Japanese Input in OpenOffice
- From: Wataru Tenga
- Re: [tlug] Lost Japanese Input in OpenOffice
- From: Marcelo Martins
- Re: [tlug] Lost Japanese Input in OpenOffice
- From: Godwin Stewart
- Re: [tlug] Lost Japanese Input in OpenOffice
- From: Scott Robbins
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Lost Japanese Input in OpenOffice
- Next by Date: Re: [tlug] Lost Japanese Input in OpenOffice
- Previous by thread: Re: [tlug] Lost Japanese Input in OpenOffice
- Next by thread: Re: [tlug] Lost Japanese Input in OpenOffice
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links