X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=speller%2Fmunch-list;h=b50ab658d29229a41905fa7c78e0fe40bd2060af;hb=b211c54779d230ad3596bed0bb284028c688fd56;hp=65c17e0cdfac1fc02d2d6bdd4a6117cc236fac5c;hpb=b13ea8a082364672c6de2b010e558211ff52ec9a;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();