summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Text/CP1251.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/Text/CP1251.hs')
-rw-r--r--src/compiler/GF/Text/CP1251.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/compiler/GF/Text/CP1251.hs b/src/compiler/GF/Text/CP1251.hs
index 7c277abab..8d8ceebf6 100644
--- a/src/compiler/GF/Text/CP1251.hs
+++ b/src/compiler/GF/Text/CP1251.hs
@@ -1,3 +1,15 @@
+-----------------------------------------------------------------------------
+-- |
+-- Module : GF.Text.CP1251
+-- Maintainer : Krasimir Angelov
+--
+-- cp1251 is a popular 8-bit character encoding, designed to cover languages
+-- that use the Cyrillic alphabet such as Russian, Bulgarian, Serbian Cyrillic
+-- and other languages. It is the most widely used for encoding the Bulgarian,
+-- Serbian and Macedonian languages.
+--
+-----------------------------------------------------------------------------
+
module GF.Text.CP1251 where
import Data.Char