summaryrefslogtreecommitdiff
path: root/src/GF/Text/UTF8.hs
diff options
context:
space:
mode:
authorpeb <unknown>2005-02-09 11:46:54 +0000
committerpeb <unknown>2005-02-09 11:46:54 +0000
commita0d412986305d4b45e82afde62ea48f1b06edb9d (patch)
treebca6f55ef01469442ef55f6bd0caa511e147350f /src/GF/Text/UTF8.hs
parent4fd0c636f8590bf800715f2598e54ccc22c99b90 (diff)
"Committed_by_peb"
Diffstat (limited to 'src/GF/Text/UTF8.hs')
-rw-r--r--src/GF/Text/UTF8.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Text/UTF8.hs b/src/GF/Text/UTF8.hs
index 825bd2802..34116ffd9 100644
--- a/src/GF/Text/UTF8.hs
+++ b/src/GF/Text/UTF8.hs
@@ -12,7 +12,7 @@
-- (Description of the module)
-----------------------------------------------------------------------------
-module UTF8 where
+module UTF8 (decodeUTF8, encodeUTF8) where
-- From the Char module supplied with HBC.
-- code by Thomas Hallgren (Jul 10 1999)