From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 1 Oct 1998 10:08:21 +0900 From: okamoto@granite.cias.osakafu-u.ac.jp okamoto@granite.cias.osakafu-u.ac.jp Subject: [9fans] shift jis(ms-kanji) input in tcs Topicbox-Message-UUID: 82eb161e-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19981001010821.vOdVIdbQ3ASkKSEcHHMwka2Etz8SmjXV9_-O1cdVveo@z> 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