Path: utzoo!attcan!uunet!kddlab!titcca!kogwy!wnoc-tyo-news!ricohgwy!patty!snoopy!ohta From: ohta@snoopy.src.ricoh.co.jp (Junn Ohta) Newsgroups: comp.sources.d Subject: Re: Why does 'stevie' mask the 8th bit ? Message-ID: <2880@snoopy.src.ricoh.co.jp> Date: 16 Mar 90 09:45:20 GMT References: <1577@krafla.rhi.hi.is> Organization: RICOH Software Division, Tokyo Lines: 27 In article , emv@math.lsa.umich.edu (Edward Vielmetti) writes: > There's a jStevie that handles 8-bits, from Japan. > See the 5 Mar 90 posting to comp.editors or > comp.archives on that date. FTP it from > utsun.s.u-tokyo.ac.jp > > "Any questions concerning JSTEVIE should be sent to its author, Jun Ohta, > at ohta@src.ricoh.co.jp." In jstevie, the 8th bit is mainly used for kanji manipulation and usually each pair of 8-bit characters is handled as a kanji character. To use 8-bit single-byte [European] characters on jstevie, (1) select "#define SJIS" in env.h to enable 8th bit handling, and (2) replace the definition of isKanji(c) in stevie.h by #define isKanji(c) 0 to disable double-byte handling. I hope this helps. -junn --------------------------------------------------- ohta%src.ricoh.co.jp@jp-gate.wide.ad.jp (Junn Ohta) ---------------------------------------------------