From 1e51690b71f13c877b19230e70b3be95a154e3ac Mon Sep 17 00:00:00 2001 From: krasimir Date: Tue, 23 Mar 2010 13:44:17 +0000 Subject: added codepage for Turkish --- src/compiler/GF/Infra/Option.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/compiler/GF/Infra') diff --git a/src/compiler/GF/Infra/Option.hs b/src/compiler/GF/Infra/Option.hs index 3c35fef00..24b967aff 100644 --- a/src/compiler/GF/Infra/Option.hs +++ b/src/compiler/GF/Infra/Option.hs @@ -77,7 +77,7 @@ data Verbosity = Quiet | Normal | Verbose | Debug data Phase = Preproc | Convert | Compile | Link deriving (Show,Eq,Ord) -data Encoding = UTF_8 | ISO_8859_1 | CP_1250 | CP_1251 | CP_1252 +data Encoding = UTF_8 | ISO_8859_1 | CP_1250 | CP_1251 | CP_1252 | CP_1254 deriving (Eq,Ord) data OutputFormat = FmtPGFPretty @@ -489,6 +489,7 @@ encodings = ("cp1250", CP_1250), ("cp1251", CP_1251), ("cp1252", CP_1252), + ("cp1254", CP_1254), ("latin1", ISO_8859_1) ] -- cgit v1.2.3