9fans archive / 1998 / 10 / 2 / prev next
From: okamoto@gra... okamoto@gra...
Subject: [9fans] shift jis(ms-kanji) input in tcs
Date: Thu, 1 Oct 1998 10:08:21 +0900
replying to my own previous querry...
In alljis() and ms() functions in conv_jis.c, there are lines of
if((lastc&0x80) != (c&0x80)){ /* guard against latin1 in jis */
.....
}.
When I eliminated those lines, Sjis input works wright.
Kenji