Author Topic: Emacs With Japanese, And Full Utf-8 Support  (Read 1713 times)

ShiroiKuma

  • Hero Member
  • *****
  • Posts: 900
    • View Profile
Emacs With Japanese, And Full Utf-8 Support
« on: April 25, 2006, 03:54:46 am »
I've found emacs for the Z supporting full UTF-8, even CJK characters in UTF-8 encodings properly, it also has the famous POBox input method support.

From this feed install:

http://www.focv.com/feed/emacs22_22.0.50-20060321_arm.ipk
http://www.focv.com/feed/emacs22-lisp1_22....0060321_arm.ipk
http://www.focv.com/feed/emacs22-lisp2_22....0060321_arm.ipk
http://www.focv.com/feed/emacs22-lisp3_22....0060321_arm.ipk
http://www.focv.com/feed/emacs22-leim_22.0...0060321_arm.ipk
and for help files
http://www.focv.com/feed/emacs22-info_22.0...0060321_arm.ipk

That's it. It'll read UTF-8 files in any lang including Japanese. If you have QPOBox installed, you can use it for input.

It has a console and X mode support, so you can also run it in X/Qt for a graphical mode.

Enjoy.
[span style=\'font-size:8pt;line-height:100%\']Das ganze tschechische Volk ist eine Simulantenbande.[/font][/span]
Militäroberarzt Bautze

ShiroiKuma

  • Hero Member
  • *****
  • Posts: 900
    • View Profile
Emacs With Japanese, And Full Utf-8 Support
« Reply #1 on: April 25, 2006, 08:17:38 pm »
And for direct POBox input in Emacs I've put together an ipk.

Install it and then add this to your ~/.emacs file:
Code: [Select]
(setq pobox-toggle-key "\C-x\C-j")
(global-set-key pobox-toggle-key 'pobox-mode)
(autoload 'pobox-mode "pobox.el")
(setq pobox-server "localhost")
You toggle POBox mode by C-x C-j

It's very fast...  

PS: By the way this wiki messes up the filenames, so after you download the file, before installing it, rename it to pobox-el_1.7_arm.ipk
« Last Edit: April 25, 2006, 08:18:47 pm by ShiroiKuma »
[span style=\'font-size:8pt;line-height:100%\']Das ganze tschechische Volk ist eine Simulantenbande.[/font][/span]
Militäroberarzt Bautze