diff options
| author | peb <unknown> | 2005-02-18 18:21:06 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-02-18 18:21:06 +0000 |
| commit | 9568d7a844ba6a1872a8e8f6ef002860057e62ab (patch) | |
| tree | 9e25c6ed62e48101a2782d5fb8dcba68462dc613 /src/GF/Text/UTF8.hs | |
| parent | 1c4f025320900897ae3acdab6982f7d595b98dd1 (diff) | |
"Committed_by_peb"
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 "" = "" |
