summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-08-16 01:57:13 +0000
committerKenichi Handa <handa@m17n.org>1997-08-16 01:57:13 +0000
commit0637b53af12fe3207ec744422194e3e4374f726e (patch)
tree4824851e9b61f61bbbd14a04a21b8bfe839896ff /leim
parenta5b52983ec2541b250e85338b106aa0b734ff34e (diff)
downloademacs-0637b53af12fe3207ec744422194e3e4374f726e.tar.gz
(lrt-vowel-table): Some elements corrected.
("lao-lrt"): Doc-string of this Quail package modified. Some tranlation rules added.
Diffstat (limited to 'leim')
-rw-r--r--leim/quail/lrt.el10
1 files changed, 8 insertions, 2 deletions
diff --git a/leim/quail/lrt.el b/leim/quail/lrt.el
index ad59abe1baf..fd9b21bea8c 100644
--- a/leim/quail/lrt.el
+++ b/leim/quail/lrt.el
@@ -113,7 +113,7 @@
("ai" "(1d(B" (?(1d(B 0))
("ei" "(1c(B" (?(1c(B 0))
("ao" "(1`[R(B" (?(1`(B 0 ?(1[(B ?(1R(B))
- ("aM" "(1S(B" (?(1S(B 0))))
+ ("aM" "(1S(B" (0 ?(1S(B))))
;; Maa-sakod is put at the tail.
(defconst lrt-maa-sakod-table
@@ -381,7 +381,11 @@
(quail-define-package
"lao-lrt" "Lao" "(1E(BR" t
- "Lao input method using LRT (Lao Roman Transcription)"
+ "Lao input method using LRT (Lao Roman Transcription).
+`\\' (backslash) + number-key => (1p(B,(1q(B,(1r(B,... LAO DIGIT ZERO, ONE, TWO, ...
+`\\' (backslash) + `\\' => (1f(B LAO KO LA (REPETITION)
+`\\' (backslash) + `$' => (1O(B LAO ELLIPSIS
+"
'(("k" . lrt-handle-maa-sakod)
("g" . lrt-handle-maa-sakod)
("y" . lrt-handle-maa-sakod)
@@ -412,5 +416,7 @@
(quail-defrule "\\7" ?(1w(B)
(quail-defrule "\\8" ?(1x(B)
(quail-defrule "\\9" ?(1y(B)
+(quail-defrule "\\\\" ?(1f(B)
+(quail-defrule "\\$" ?(1O(B)
;;; quail/lrt.el ends here