jcode.pl のバージョン

作成日 : 2014-01-19
最終更新日 :

perl の警告

genindex.pl を実行すると、perl で次の警告が出ることがある。

defined(%hash) is deprecated at ./jcode.pl line 684.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at ./jcode.pl line 693.
(Maybe you should just omit the defined()?)

この表示を抑えるには、同梱されている jcode.pl の 684 行と693行の書き方を変えればよい。

684行

&init_z2h_euc unless %z2h_euc;

693行

&init_z2h_sjis unless %z2h_sjis;

本当のところ

jcode.pl を使わずに済むプログラムに改造したいのだが、残念ながら自分の力量不足でできない。

まりんきょ学問所全文検索システムmsearch > jcode.pl のバージョン


MARUYAMA Satosi