openbsd-ports/japanese
2006-06-19 09:46:43 +00:00
..
canna fix build wrt new includes 2006-01-15 14:41:31 +00:00
funetfonts typo and wording fixes; approved by pval 2005-03-15 01:57:02 +00:00
groff Add WANTLIB markers 2005-02-22 13:52:25 +00:00
intlfonts SIZE 2005-01-05 16:50:35 +00:00
jvim mark conflicting packages; effectively from espie@ 2005-03-16 15:43:19 +00:00
kakasi kill a few MODGNU_SHARED_LIBS, no actual package changes. 2006-06-19 09:46:43 +00:00
kanatest Fix WANTLIB after gtk+2 upgrade. 2006-06-13 13:19:08 +00:00
kanjipad somehow, managed to forgot saving the DESCR before importing, looks like... 2005-07-16 22:23:13 +00:00
kanjips Add WANTLIB markers 2005-02-22 13:52:25 +00:00
kbanner rerolled distfile, no package change. 2005-12-28 08:38:46 +00:00
kinput2 Add WANTLIB markers 2005-02-22 13:52:25 +00:00
kterm remove echo message, there's no real need for new fonts these days. 2005-09-04 23:30:16 +00:00
less Add WANTLIB markers 2005-02-22 13:52:25 +00:00
nkf update to 2.05, closes ports/4581 2005-10-27 10:14:40 +00:00
onew SIZE 2005-01-05 16:50:35 +00:00
p5-Text-Kakasi perl interface to kana/kanji -> romaji converter. 2005-02-27 21:02:16 +00:00
Wnn Add WANTLIB markers 2005-02-08 21:47:00 +00:00
Makefile +kanatest 2006-03-09 21:34:52 +00:00
README Update dependencies (kill first part when needed). 2001-09-19 16:03:09 +00:00

The japanese tools are somewhat ackward to use and difficult to setup
for the time being. Here is some useful information.

* japanese and locale
OpenBSD does not have any true japanese locale support for the time being.
Startup errors for kterm (`can't set locale for ja...') are quite normal.

Manual pages for, e.g., jvim do install under /usr/local/man/ja_JP.EUC/,
as they are written in Japanese.
For the time being, you will have to fix your /etc/man.conf to see them,
so that the _default setup reads:

_default /usr/{share,X11R6,X386,X11,X11R4,contrib,gnu,local}/{man,man/old,man/ja_JP_EUC}/

* is kterm working ?
Once kterm is built, the distribution holds an uuencoded file (DEMO.kt.uu)
that you should be able to cat after uudecoding.
Note that the choice of fonts is reduced when you need to display japanese
or corean characters.

* jless vs. less
Normally, jless should be highly compatible with less, to the point where 
it doesn't display japanese before you set JLESSCHARSET in your
environment. iso8 is the sanest setting.

* the jvim puzzle
jvim depends on several pieces to work correctly:
- kterm for the display, jvim uses ONLY EUC mode,
- Wnn for the dictionary conversion,
- onew for the interface between Wnn and jvim.

as japanese includes thousands of characters, the only reasonable method
for inputting these is to use a dictionary: you enter your text
phonetically, then the automated dictionary makes a guess at the conversion,
and you confirm the right choice. Wnn is the dictionary server.
It needs to be started as root (this will probably be fixed in the future), 
it is called /usr/local/bin/Wnn4/jserver.

To handle conversions, jvim adds another set of modes to the usual vim
modes. 

ctrl-space, ctrl-@, or ctrl-\ is used to toggle from normal insert mode to
japanese inserts. If Wnn does not work, you can still enter
katakana/hiragana, but you will need Wnn to convert them to kanji.