From 9568d7a844ba6a1872a8e8f6ef002860057e62ab Mon Sep 17 00:00:00 2001 From: peb Date: Fri, 18 Feb 2005 18:21:06 +0000 Subject: "Committed_by_peb" --- src/GF/Text/UTF8.hs | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'src/GF/Text/UTF8.hs') diff --git a/src/GF/Text/UTF8.hs b/src/GF/Text/UTF8.hs index 34116ffd9..32f5b49ff 100644 --- a/src/GF/Text/UTF8.hs +++ b/src/GF/Text/UTF8.hs @@ -1,23 +1,21 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : UTF8 +-- Maintainer : AR -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date $ --- > CVS $Author $ --- > CVS $Revision $ +-- > CVS $Date: 2005/02/18 19:21:16 $ +-- > CVS $Author: peb $ +-- > CVS $Revision: 1.4 $ -- --- (Description of the module) +-- From the Char module supplied with HBC. +-- code by Thomas Hallgren (Jul 10 1999) ----------------------------------------------------------------------------- module UTF8 (decodeUTF8, encodeUTF8) where --- From the Char module supplied with HBC. --- code by Thomas Hallgren (Jul 10 1999) - --- Take a Unicode string and encode it as a string +-- | Take a Unicode string and encode it as a string -- with the UTF8 method. decodeUTF8 :: String -> String decodeUTF8 "" = "" -- cgit v1.2.3