Changes between Version 5 and Version 6 of KAKASI

Show
Ignore:
Timestamp:
05/09/06 16:01:03 (7 years ago)
Author:
knok
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KAKASI

    v5 v6  
    66     * 前半がひらがな、後半がカタカナ 
    77     * 実際には type = 5 (JIS83) 
     8     * 以下の箇所で処理がなされる 
     9{{{ 
     10  687: #ifdef WAKATIGAKI 
     11  688:                 } else if ((c[0].c1 == 0xa1) && /* charcter code(\241\263),charcter code(\241\264),charcter code(\241\265),charcter code(\241\266) */ 
     12  689:                            (c[0].c2 >= 0xb3 && c[0].c2 <= 0xb6)) { 
     13  690:                     ptype = 6; 
     14  691: #endif /* WAKATIGAKI */ 
     15}}} 
    816   * 参考: http://www.rtpro.yamaha.co.jp/RT/docs/misc/kanji-euc.html 
    917 * http://pc8.2ch.net/test/read.cgi/unix/1142379262/311