Skip to content
Permalink
Browse files
Fix SET UTF-8 syntax
  • Loading branch information
yselkowitz committed Sep 2, 2015
1 parent 54e045f commit 09652efc2039a7bec3fa5233910d7faee87c224c
Showing with 24 additions and 1 deletion.
  1. +22 −0 2015.08.24-UTF-8.patch
  2. +2 −1 scowl.cygport
@@ -0,0 +1,22 @@
https://cygwin.com/ml/cygwin/2015-08/msg00544.html
caused by: https://github.com/kevina/wordlist/commit/751cd15

--- origsrc/scowl-2015.08.24/speller/en.aff 2015-08-24 15:40:27.000000000 -0500
+++ src/scowl-2015.08.24/speller/en.aff 2015-09-02 13:10:03.285305500 -0500
@@ -1,4 +1,4 @@
-SET UTF8
+SET UTF-8
TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ'
ICONV 1
ICONV ’ '
--- origsrc/scowl-2015.08.24/speller/munch-list 2015-08-24 15:40:27.000000000 -0500
+++ src/scowl-2015.08.24/speller/munch-list 2015-09-02 13:15:25.803760200 -0500
@@ -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();

@@ -1,6 +1,6 @@
NAME="scowl"
VERSION=2015.08.24
RELEASE=1
RELEASE=2
CATEGORY="Text"
SUMMARY="Spell Checker Oriented Word Lists"
DESCRIPTION="The SCOWL is a collection of word lists split up in various
@@ -10,6 +10,7 @@ HOMEPAGE="http://wordlist.sourceforge.net/"
SRC_URI="
mirror://sourceforge/wordlist/scowl-${VERSION}.tar.gz
"
PATCH_URI="2015.08.24-UTF-8.patch"

ARCH=noarch

0 comments on commit 09652ef

Please sign in to comment.