[Koha-patches] [PATCH 7/8] Convert to UTF-8.

Lars Wirzenius lars at catalyst.net.nz
Thu Mar 25 23:11:11 CET 2010


---
 .../data/mysql/fr-FR/1-Obligatoire/stopwords.sql   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/stopwords.sql b/installer/data/mysql/fr-FR/1-Obligatoire/stopwords.sql
index 53c4190..08a246d 100644
--- a/installer/data/mysql/fr-FR/1-Obligatoire/stopwords.sql
+++ b/installer/data/mysql/fr-FR/1-Obligatoire/stopwords.sql
@@ -14,7 +14,7 @@
 #
 
 INSERT INTO stopwords VALUES ('AU');
-INSERT INTO stopwords VALUES ('ÇA');
+INSERT INTO stopwords VALUES ('ÇA');
 INSERT INTO stopwords VALUES ('CAR');
 INSERT INTO stopwords VALUES ('CE');
 INSERT INTO stopwords VALUES ('CELA');
-- 
1.7.0




More information about the Koha-patches mailing list