--- Webpacus/lib/Webpacus/Model/WebPAC.pm 2005/12/17 22:35:00 281 +++ Webpacus/lib/Webpacus/Model/WebPAC.pm 2005/12/17 23:41:05 282 @@ -315,6 +315,7 @@ $content =~ s/%u([a-fA-F0-9]{4})/_conv_js($1)/gex; $content =~ s/^[\n\r]+//s; $content =~ s/[\n\r]+$/\n/s; + $content =~ s/\n\r/\n/gs; my ($from, $to) = ( $self->{out_encoding},