summaryrefslogtreecommitdiff
path: root/examples/numerals/thaiU.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-12-28 14:30:25 +0000
committeraarne <aarne@cs.chalmers.se>2006-12-28 14:30:25 +0000
commit83c5b57615e35cb21f29766488ff29b95e49f665 (patch)
tree68f025f1016b95db7a98fdea88f2a6ff05a41db2 /examples/numerals/thaiU.gf
parentcef20174f620357c932b59d544034e3c38054295 (diff)
corrections in thai numerals
Diffstat (limited to 'examples/numerals/thaiU.gf')
-rw-r--r--examples/numerals/thaiU.gf11
1 files changed, 6 insertions, 5 deletions
diff --git a/examples/numerals/thaiU.gf b/examples/numerals/thaiU.gf
index 61777416d..a5f6ca685 100644
--- a/examples/numerals/thaiU.gf
+++ b/examples/numerals/thaiU.gf
@@ -1,6 +1,7 @@
include numerals.Abs.gf ;
--- Thai UTF8, produced from thai.gf by GF/Text/Thai.hs. AR 28/12/2006
+-- Thai transliteration, produces thaiU.gf by GF/Text/Thai.hs
+-- AR 28/12/2006
flags coding=utf8 ;
@@ -19,10 +20,10 @@ lin
n2 = mkNum "สอง" "ยี่" "สอง" ;
n3 = regNum "สาม" ;
- n4 = regNum "สี่" ;
- n5 = regNum "หา่" ;
+ n4 = regNum "สี่" ; -- E = E48 '
+ n5 = regNum "ห้า" ; -- T = E49 9
n6 = regNum "หก" ;
- n7 = regNum "เจ็ด" ;
+ n7 = regNum "เจ็ด" ; -- M = E47 w
n8 = regNum "แปด" ;
n9 = regNum "เกา" ;
@@ -64,5 +65,5 @@ oper
sip = table {Unit => "ศิบ" ; Thousand => "หมื่น"} ;
- roy = table {Unit => "ร่อย" ; Thousand => "ซแน"} ;
+ roy = table {Unit => "ร้อย" ; Thousand => "ซแน"} ;
phan = table {Unit => [] ; Thousand => "พะน"} ;