Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 41cd7cb

Browse files
committed
Set ENCODING to UTF8 for hunspell_ne_np and snowball_ext
1 parent 9f6a6e9 commit 41cd7cb

File tree

3 files changed

+2
-57
lines changed

3 files changed

+2
-57
lines changed

contrib/hunspell_ne_np/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ DATA = hunspell_ne_np--1.0.sql
44
DATA_TSEARCH = ne_np.affix ne_np.dict
55

66
REGRESS = hunspell_ne_np
7+
ENCODING = UTF8
78

89
ifdef USE_PGXS
910
PG_CONFIG = pg_config

contrib/snowball_ext/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ EXTENSION = snowball_ext
66
PGFILEDESC = "snowball_ext - add-on dictionary template with natural language stemmers"
77

88
REGRESS = snowball_ext
9-
9+
ENCODING = UTF8
1010
OBJS= snowball_ext.o api.o utilities.o \
1111
stem_UTF_8_nepali.o $(WIN32RES)
1212

contrib/snowball_ext/results/snowball_ext.out

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)