名前: 角藤 日時: 2003-03-13 15:41:12 IPアドレス: 157.13.51.*
>>17480 >これにパッチ済みのものと作業を >メモしておきました。 ありがとうございます。 kanjiencoding.c は /* definition of prockanjicode 0 : jis 1 : euc 2 : sjis */ #include "../kanji.h" #ifdef OUTJIS prockanjicode = JIS; #endif #ifdef OUTEUC prockanjicode = EUC; #endif #ifdef OUTSJIS prockanjicode = SJIS; #endif のような感じに訂正しておいて下さい。
この書き込みへの返事: