diff options
| author | aarne <aarne@chalmers.se> | 2011-05-06 12:11:45 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-05-06 12:11:45 +0000 |
| commit | f158fad6f8f1694317c48b5e90772b2b364e357b (patch) | |
| tree | 307758f678edf1ca0a917ead023b937d1a055995 /src/compiler | |
| parent | 4fa3130a32724dc5b6c64d619514cfc8eaefa875 (diff) | |
fixed problems in persian transliteration pointed out by Elnaz
Diffstat (limited to 'src/compiler')
| -rw-r--r-- | src/compiler/GF/Text/Transliterations.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compiler/GF/Text/Transliterations.hs b/src/compiler/GF/Text/Transliterations.hs index 1ce101587..aaefc6f1d 100644 --- a/src/compiler/GF/Text/Transliterations.hs +++ b/src/compiler/GF/Text/Transliterations.hs @@ -163,12 +163,12 @@ transPersian = (mkTransliteration "Persian/Farsi" allTrans allCodes) allTrans = words $ " V A: A? w? A- y? A b t. t t- j H K d " ++ -- 0621 - 062f "W r z s C S D T Z c G " ++ -- 0630 - 063a - " f q k l m n h v y. y a. u. i. a u " ++ -- 0641 - 064f + " f q - l m n h v - y. a. u. i. a u " ++ -- 0640 - 064f "i v2 o a: V+ V- i: a+ " ++ -- 0650 - 0657 - "p c^ J g " + "p c^ J k g y " allCodes = [0x0621..0x062f] ++ [0x0630..0x063a] ++ [0x0641..0x064f] ++ [0x0650..0x0657] ++ - [0x067e,0x0686,0x0698,0x06af] + [0x067e,0x0686,0x0698,0x06a9,0x06af,0x06cc] transHebrew :: Transliteration transHebrew = mkTransliteration "unvocalized Hebrew" allTrans allCodes where |
