blob: ddb1a54d006dd6cf749093eca89a17cb60dc81ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
xpbiff: fancy biff program under X11 environment, supporting Japanese MIME
extensions
This port supports Japanese strings in the From and Subject fields.
Please set the LANG enviroment variable to ja_JP.EUC by doing:
setenv LANG ja_JP.EUC
There is experimental support for Sun audio. This port also supports
XPM bitmap files.
known problem:
(1) HANKAKU-KANA
Xpbiff dumps core, because code conversion routines jis2euc()
assumes "the conversion does not makes the string longer". But
when converting so-called 'hankaku-kana', this assumption breaks.
Thank you.
Acknowledgements for this port:
Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
Nozomu MATSUI <nozomu@yy.cs.keio.ac.jp>
Gaku TASHIRO <manabu@yy.cs.keio.ac.jp>
- Yoshiro MIHIRA
(sanpei@sanpei.org)
|