summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Text/CP1250.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/Text/CP1250.hs')
-rw-r--r--src/compiler/GF/Text/CP1250.hs14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/compiler/GF/Text/CP1250.hs b/src/compiler/GF/Text/CP1250.hs
index 474c04ace..2ed263877 100644
--- a/src/compiler/GF/Text/CP1250.hs
+++ b/src/compiler/GF/Text/CP1250.hs
@@ -1,3 +1,17 @@
+-----------------------------------------------------------------------------
+-- |
+-- Module : GF.Text.CP1250
+-- Maintainer : Krasimir Angelov
+--
+-- cp1250 is a code page used under Microsoft Windows to represent texts
+-- in Central European and Eastern European languages that use Latin script,
+-- such as Polish, Czech, Slovak, Hungarian, Slovene, Bosnian, Croatian,
+-- Serbian (Latin script), Romanian and Albanian. It may also be used with
+-- the German language; German-language texts encoded with cp1250 and cp1252
+-- are identical.
+--
+-----------------------------------------------------------------------------
+
module GF.Text.CP1250 where
import Data.Char