diff options
| author | krasimir <krasimir@chalmers.se> | 2010-03-23 13:44:17 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-03-23 13:44:17 +0000 |
| commit | 1e51690b71f13c877b19230e70b3be95a154e3ac (patch) | |
| tree | 5a17a0b58a9c35958be427abc4fb89b979b5931e /src/compiler/GF/Infra | |
| parent | 850b897f088d7d94ee49f571f7b32494fbe53e4a (diff) | |
added codepage for Turkish
Diffstat (limited to 'src/compiler/GF/Infra')
| -rw-r--r-- | src/compiler/GF/Infra/Option.hs | 3 |
1 files changed, 2 insertions, 1 deletions
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) ] |
