1
0
forked from GitHub/gf-core

"Committed_by_peb"

This commit is contained in:
peb
2005-02-09 11:46:54 +00:00
parent 4fd0c636f8
commit a0d4129863
55 changed files with 485 additions and 339 deletions

View File

@@ -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)