diff options
Diffstat (limited to 'src/GF/Text/UTF8.hs')
| -rw-r--r-- | src/GF/Text/UTF8.hs | 18 |
1 files changed, 8 insertions, 10 deletions
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 "" = "" |
