diff options
| author | virk.shafqat <virk.shafqat@gmail.com> | 2013-06-15 20:02:00 +0000 |
|---|---|---|
| committer | virk.shafqat <virk.shafqat@gmail.com> | 2013-06-15 20:02:00 +0000 |
| commit | d1d5543c26ac58f0e7dac39747fa044843f0fc6e (patch) | |
| tree | 3a9ea1e0e31174a0c4aa8c1d94e4fdb45266a0dd /src/compiler | |
| parent | b0b4f5777590d24ea235443ff6d7e370efb144a4 (diff) | |
Improvements In Sindhi RG
Diffstat (limited to 'src/compiler')
| -rw-r--r-- | src/compiler/GF/Text/Transliterations.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Text/Transliterations.hs b/src/compiler/GF/Text/Transliterations.hs index c78d2c104..022e8fda9 100644 --- a/src/compiler/GF/Text/Transliterations.hs +++ b/src/compiler/GF/Text/Transliterations.hs @@ -154,7 +154,7 @@ transSindhi = (mkTransliteration "Sindhi" allTrans allCodes) where allCodes = [0x062e] ++ [0x0627 .. 0x062f] ++ [0x0630 .. 0x063a] ++ [0x0641 .. 0x0648] ++ [0x067a,0x067b,0x067d,0x067e,0x067f] ++ [0x0680 .. 0x068f] ++ - [0x0699,0x0918,0x06a6,0x061d,0x06a9,0x06af,0x06b3,0x06bb,0x06be,0x06f6,0x06cc,0x06b1, 0x06aa, 0x06fd, 0x06fe] ++ + [0x0699,0x0918,0x06a6,0x061d,0x06a9,0x06af,0x06b3,0x06bb,0x06be,0x06f6,0x064a,0x06b1, 0x06aa, 0x06fd, 0x06fe] ++ [0x06f0 .. 0x06f9] ++ [0x061f,0x06D4] allTrans = words $ "K a b - t C j H - d " ++ -- 0626 - 062f |
