summaryrefslogtreecommitdiff
path: root/src/GF/Text/LatinASupplement.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Text/LatinASupplement.hs')
-rw-r--r--src/GF/Text/LatinASupplement.hs2
1 files changed, 1 insertions, 1 deletions
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