summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Text/CP1252.hs
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-03-23 12:19:34 +0000
committerkrasimir <krasimir@chalmers.se>2010-03-23 12:19:34 +0000
commit850b897f088d7d94ee49f571f7b32494fbe53e4a (patch)
tree752cef7720ec6ff6ab49050352219fde203267dc /src/compiler/GF/Text/CP1252.hs
parent472c5e8ee732aed2c59eb814b688d616d74e7c24 (diff)
added comment to every GF.Text.CPxxxx module about the purpose of the codepage
Diffstat (limited to 'src/compiler/GF/Text/CP1252.hs')
-rw-r--r--src/compiler/GF/Text/CP1252.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/compiler/GF/Text/CP1252.hs b/src/compiler/GF/Text/CP1252.hs
index 1e5affe53..a1d8ab8f3 100644
--- a/src/compiler/GF/Text/CP1252.hs
+++ b/src/compiler/GF/Text/CP1252.hs
@@ -1,3 +1,14 @@
+-----------------------------------------------------------------------------
+-- |
+-- Module : GF.Text.CP1252
+-- Maintainer : Krasimir Angelov
+--
+-- cp1252 is a character encoding of the Latin alphabet, used by default in
+-- the legacy components of Microsoft Windows in English and some other
+-- Western languages.
+--
+-----------------------------------------------------------------------------
+
module GF.Text.CP1252 where
import Data.Char