Jump to content

how to use input systems


teh_sAbEr
 Share

Recommended Posts

thanx for the info. i tried installing UIM instead, but the first time it didnt work. later i came across this site (http://www.geocities.co.jp/SiliconValley-Cupertino/5207/type_Japanese_on_mdk_02.html)

explaining how to enter japanese text using UIM and anthy. according to URPMI i have everything installed, so the next thing to do (according to the site) is to edit that `/.i18n file. unfortunately, i dont have it. when i try to gedit it in the console, it says the file doesn't exist. what do i do? thanx again for the help.

Edited by teh_sAbEr
Link to comment
Share on other sites

Make it yourself....... :) rightclick in /home/<your name>, new, text file and name it .i8n (don't forget the '.', this means it's a hidden file). Copy and paste

 

LC_MESSAGES=en_US ##CHECK THIS LINE

LC_NAME=en_US

LC_NUMERIC=en_US

LC_TELEPHONE=en_US

GTK_IM_MODULE=uim-anthy ##CHANGE IT(the default translation engine)

XIM=uim-xim

LC_ADDRESS=en_US

LC_CTYPE=ja_JP

XIM_PROGRAM=uim-xim

LC_MONETARY=en_US

XMODIFIERS="@im=uim-anthy"

LANG=ja_JP

ENC=eucj

LC_TIME=ja_JP

LC_PAPER=en_US

LC_MEASUREMENT=en_US

LC_IDENTIFICATION=en_US

LC_COLLATE=ja_JP

LANGUAGE=en_US ##CHECK THIS LINE

 

this in your new .i8n. That should do it.

 

Good luck

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...