|
From: <dwa...@us...> - 2012-06-13 11:17:13
|
Revision: 10831
http://zaf.svn.sourceforge.net/zaf/?rev=10831&view=rev
Author: dwaynebailey
Date: 2012-06-13 11:17:07 +0000 (Wed, 13 Jun 2012)
Log Message:
-----------
Move to UTF-8
This will break aspell generation. But since our primary targets
are Firefox, Thunderbird and Libre/OpenOffice which all use hunspell
this is less of an issue for now.
Modified Paths:
--------------
trunk/dict/en_ZA/Makefile
trunk/dict/en_ZA/hunspell/en_ZA.aff
Modified: trunk/dict/en_ZA/Makefile
===================================================================
--- trunk/dict/en_ZA/Makefile 2012-06-11 14:55:25 UTC (rev 10830)
+++ trunk/dict/en_ZA/Makefile 2012-06-13 11:17:07 UTC (rev 10831)
@@ -15,6 +15,6 @@
# to the values you set in $LANG and $REGION
#LANG_FAKE=it
#REGION_FAKE=IT
-CHARSET=iso-8859-1
+CHARSET=utf-8
include ../utils/Makefile.language
Modified: trunk/dict/en_ZA/hunspell/en_ZA.aff
===================================================================
--- trunk/dict/en_ZA/hunspell/en_ZA.aff 2012-06-11 14:55:25 UTC (rev 10830)
+++ trunk/dict/en_ZA/hunspell/en_ZA.aff 2012-06-13 11:17:07 UTC (rev 10831)
@@ -4,8 +4,8 @@
#
# David Bartlett, Andrew Brown.
# R 1.18, 11/04/05
-SET ISO8859-1
-TRY esia\xE9nrtolcdugmfphbyvkw-'.zqjxSNRTLCGDMFPHBEAUYOIVKW\xF3\xF6\xE2\xF4ZQJX\xC5\xE7\xE8\xEE\xEA\xE0\xEF\xFC\xE4\xF1
+SET UTF-8
+TRY esiaénrtolcdugmfphbyvkw-'.zqjxSNRTLCGDMFPHBEAUYOIVKWóöâôZQJXÅçèîêàïüäñ
REP 36
REP f ph
REP ph f
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|