diff -uNr eijiro-fpw1.0b.orig/Makefile eijiro-fpw1.0b/Makefile --- eijiro-fpw1.0b.orig/Makefile Sun Oct 8 23:40:55 2000 +++ eijiro-fpw1.0b/Makefile Mon Mar 21 01:30:12 2005 @@ -15,9 +15,9 @@ # EIJIROVER, SRCDIR, SRCFILE: # the EIJIRO files to be converted. # -EIJIROVER = 37 +EIJIROVER = 81 SRCDIR = . -SRCFILE := $(wildcard ${SRCDIR}/EIJI${EIJIROVER}??.TXT) +SRCFILE := $(wildcard ${SRCDIR}/EIJIRO${EIJIROVER}.TXT) #SRCFILE = test.txt # @@ -26,7 +26,7 @@ # catalogs.sjis is copied to catalogs.txt as it is. so leave this variable # undefined on Windows. # -#NKF = nkf -eSd +NKF = nkf -eSd # # CHARSET: @@ -34,7 +34,7 @@ # progress. if not specified, 'sjis' is used on Windows or 'euc' on other # environment. possible charsets are same as Jcode.pm. # -#CHARSET = euc +CHARSET = euc # # end of customizable variables. diff -uNr eijiro-fpw1.0b.orig/eijiro-fpw.pl eijiro-fpw1.0b/eijiro-fpw.pl --- eijiro-fpw1.0b.orig/eijiro-fpw.pl Mon Oct 9 00:32:54 2000 +++ eijiro-fpw1.0b/eijiro-fpw.pl Mon Mar 21 00:11:38 2005 @@ -454,7 +454,7 @@ # # extract examples if any. # - if ($mean =~ s/ \/ 【用例(?:・$sjis_any+(?:\-[0-9]+)?)?】(.*)$//) { + if ($mean =~ s/■・(.*)$//) { $yorei = $1; } @@ -472,7 +472,7 @@ # if ('' ne $yorei) { $fpwtext->add_indent_level(3); - @list = split(/ \/ /, $yorei); + @list = split(/■・/, $yorei); foreach $yorei (@list) { $yorei =~ s/^\s+//; $yorei =~ s/\s+$//;