OSDN Git Service

自動判別の状態を保持したまま変換を続ける nkf_continue を追加
[nkf/nkf.git] / NKF.mod / NKF.pm
index 1912169..2ad79b6 100644 (file)
@@ -34,9 +34,9 @@ require DynaLoader;
 # names by default without a very good reason. Use EXPORT_OK instead.
 # Do not simply export all your public functions/methods/constants.
 @EXPORT = qw(
-       nkf     
+       nkf     nkf_continue    inputcode
 );
-$VERSION = '2.00';
+$VERSION = '2.03';
 
 bootstrap NKF $VERSION;