diff options
| author | aarne <unknown> | 2003-11-14 12:57:36 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2003-11-14 12:57:36 +0000 |
| commit | 4d761dce0e675d30f8b8f48d4fb07afa654dc5db (patch) | |
| tree | 4c4610dbe6f3e15be95fa0c07484c18956d47db8 /src/GF/Text/Ethiopic.hs | |
| parent | 33c6309c43734f112e1bda2a960d3263fd3dfa40 (diff) | |
Haralds (c) started.
Diffstat (limited to 'src/GF/Text/Ethiopic.hs')
| -rw-r--r-- | src/GF/Text/Ethiopic.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GF/Text/Ethiopic.hs b/src/GF/Text/Ethiopic.hs index 32d420fd4..67ac43f58 100644 --- a/src/GF/Text/Ethiopic.hs +++ b/src/GF/Text/Ethiopic.hs @@ -1,5 +1,8 @@ module Ethiopic where +-- Ascii-Unicode decoding for Ethiopian +-- Copyright (c) Harald Hammarström 2003 under Gnu General Public License + mkEthiopic :: String -> String mkEthiopic = digraphWordToUnicode . adHocToDigraphWord |
