From b7e1e31909fe6e89887ade077c90c5fdb2081434 Mon Sep 17 00:00:00 2001 From: bringert Date: Sat, 20 May 2006 02:56:06 +0000 Subject: Changes to make GF compile with GHC 6.5 from CVS: remove inlines use of !, change all latin-1 characters in haskell code to escapes. --- src/GF/Text/LatinASupplement.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/Text/LatinASupplement.hs') diff --git a/src/GF/Text/LatinASupplement.hs b/src/GF/Text/LatinASupplement.hs index de6e170ac..f42423c91 100644 --- a/src/GF/Text/LatinASupplement.hs +++ b/src/GF/Text/LatinASupplement.hs @@ -32,7 +32,7 @@ mkLatinASupplementWord str = case str of -- Turkish 'g' : '%' : cs -> toEnum 0x011f : mkLatinASupplementWord cs 'I' : cs -> toEnum 0x0131 : mkLatinASupplementWord cs - 'c' : ',' : cs -> 'ç' : mkLatinASupplementWord cs + 'c' : ',' : cs -> toEnum 0x00e7 : mkLatinASupplementWord cs -- Polish 'e' : ',' : cs -> toEnum 0x0119 : mkLatinASupplementWord cs 'a' : ',' : cs -> toEnum 0x0105 : mkLatinASupplementWord cs -- cgit v1.2.3