--- public_html/diary/lib/HNS/Diary.pm~ Sun Jul 30 12:53:57 2000 +++ public_html/diary/lib/HNS/Diary.pm Thu Aug 9 14:42:47 2001 @@ -146,6 +146,7 @@ # open the file and read open (F, $self->filename) || die $self->filename; while (){ + if ( ! /\n$/ ) { $_ .= "\n"} # convert kanji charactor code to euc CodeConv::toeuc(*_); # convert to entity reference