9fans archive / 1998 / 10 / 21 /    prev next

From: okamoto@gra... okamoto@gra...
Subject: [9fans] dealing with JIS encoded mail by upas
Date: Tue, 6 Oct 1998 18:15:13 +0900

I put a very quick and dirty patch for dealing with JIS encoded Japanese
mail by upas system.  This is a personal and temporal version.

For incoming mail, it uses /mail/box/{username}/pipeto file, and
for outgoing mail, all the mail body will be filtered through
tcs(*mp, "utf", "jis") call in libtcs library which I also put there.

This works in somecase.  Don't trust me much.  :-)

The url is http://basalt.cias.osakafu-u.ac.jp/plan9/p9index.html

Kenji