s4

diff mpsplit.rb @ 447:4769510d6169

Multiple Page Listing allows user specification of starting number
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 14 Jul 2017 10:25:06 +0859
parents 3565d93c2fb1
children
line diff
     1.1 --- a/mpsplit.rb	Mon Jul 20 18:09:20 2015 +0900
     1.2 +++ b/mpsplit.rb	Fri Jul 14 10:25:06 2017 +0859
     1.3 @@ -24,8 +24,6 @@
     1.4      printf("%s:filename=%s\n", name, fn.unpack("H*")[0])
     1.5    elsif /name=(['\"]?)(.*?)\1/ =~ header
     1.6      v=$2
     1.7 -#    out=NKF::nkf("-w -MQ", body).gsub(/([^=])\n/, "\\1=0a").gsub(/=\n/, "")
     1.8 -#    printf("%s=%s\n", v, out)
     1.9      printf("%s=%s\n", v, body.unpack("H*")[0])
    1.10    end
    1.11  end