X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=speller%2Fmunch-list;h=b50ab658d29229a41905fa7c78e0fe40bd2060af;hb=8d89fcbea21b7b5ff9e45c127b757d2a2b4cbc32;hp=65c17e0cdfac1fc02d2d6bdd4a6117cc236fac5c;hpb=393ed6aebb9add0a5ff89d0eed949fc2d128a3e8;p=deb_pkgs%2Fscowl.git diff --git a/speller/munch-list b/speller/munch-list index 65c17e0..b50ab65 100755 --- a/speller/munch-list +++ b/speller/munch-list @@ -33,7 +33,7 @@ my $affix_file; { local $/ = undef; - open F, $affix_fn or die "Unable to open: $affix_file\n"; + open F, $affix_fn or die "Unable to open: $affix_fn\n"; $affix_file = ; } @@ -42,7 +42,7 @@ my $affix_file; # (such as the ICONV entry) should not be a problem as Aspell ignores # it. The words them self are already in iso8859-1. -$affix_file =~ s/^SET UTF8$/SET ISO8859-1/m; +$affix_file =~ s/^SET UTF-8$/SET ISO8859-1/m; my $datadir = File::Temp->newdir();