diff options
| author | wkj <devnull@localhost> | 2004-05-17 02:21:36 +0000 |
|---|---|---|
| committer | wkj <devnull@localhost> | 2004-05-17 02:21:36 +0000 |
| commit | 4418401f335e22c27206c02a9d9f8c6c51ab1612 (patch) | |
| tree | e4f428e15881daa28aafb9751f0e99eec29bd2ba /src/cmd/mnihongo/README | |
| parent | 943563d53cd0c9ef271a1cf0e62271c1e7c6401e (diff) | |
| download | plan9port-4418401f335e22c27206c02a9d9f8c6c51ab1612.tar.gz plan9port-4418401f335e22c27206c02a9d9f8c6c51ab1612.zip | |
Import Taj's version of mnihongo; mark as buggered (but it compiles).
Diffstat (limited to 'src/cmd/mnihongo/README')
| -rw-r--r-- | src/cmd/mnihongo/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cmd/mnihongo/README b/src/cmd/mnihongo/README new file mode 100644 index 00000000..89aaeebf --- /dev/null +++ b/src/cmd/mnihongo/README @@ -0,0 +1,13 @@ +mnihongo is a fairly clumsy troff post-processor that +catches unicode characters that might be japanese, +looks them up in a font file (currently +/lib/font/bit/pelm/unicode.9x24.font) to get the +bits, converts that to postscript, and dumps that +in the output. + +Widths are taken from troff font Jp, which has at +best a simple approximation to the truth. + +The program itself is normally called implicitly +by loading the troff macro package -mnihongo, which +does a .pi command. |
