summaryrefslogtreecommitdiff
path: root/leim/quail/lrt.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-04-01 18:18:40 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-04-01 18:18:40 -0700
commit4b725a70efa7ed781b6d5e466c8acc246f68f49d (patch)
tree62906e8a0d27be11f79a8effba31bd67646385d1 /leim/quail/lrt.el
parent54451ffafafb7f286753fb09871eb84d70bf70ae (diff)
Use UTF-8 for most files with non-ASCII characters.
* admin/notes/unicode (etc/tutorials/TUTORIAL.ko, leim/quail/hanja.el) (leim/quail/hanja3.el, leim/quail/symbol-ksc.el): Now utf-8, not iso-2022-7bit. Also, files that contain non-UTF-8 characters are now encoded in utf-8-emacs, not iso-2022-7bit. * etc/tutorials/TUTORIAL.ko, tutorials/TUTORIAL.th: Switch from iso-2022-7bit to utf-8. * leim/quail/cyrillic.el, leim/quail/czech.el, leim/quail/ethiopic.el: * leim/quail/greek.el, leim/quail/hanja.el, leim/quail/hanja3.el: * leim/quail/hebrew.el, leim/quail/lao.el, leim/quail/lrt.el: * leim/quail/slovak.el, leim/quail/symbol-ksc.el, leim/quail/thai.el: * leim/quail/tibetan.el, leim/quail/viqr.el, leim/quail/vntelex.el: * leim/quail/vnvni.el, leim/quail/welsh.el: * lisp/international/latin1-disp.el, lisp/international/mule-util.el: * lisp/language/cyril-util.el, lisp/language/european.el: * lisp/language/ind-util.el, lisp/language/lao-util.el, lisp/language/thai.el: * lisp/language/tibet-util.el, lisp/language/tibetan.el: * lisp/language/viet-util.el: Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs. Fixes: debbugs:13936
Diffstat (limited to 'leim/quail/lrt.el')
-rw-r--r--leim/quail/lrt.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/leim/quail/lrt.el b/leim/quail/lrt.el
index ec39d72abb..ec88020493 100644
--- a/leim/quail/lrt.el
+++ b/leim/quail/lrt.el
@@ -1,4 +1,4 @@
-;;; lrt.el --- Quail package for inputting Lao characters by LRT method -*-coding: iso-2022-7bit;-*-
+;;; lrt.el --- Quail package for inputting Lao characters by LRT method -*-coding: utf-8;-*-
;; Copyright (C) 1998, 2001-2013 Free Software Foundation, Inc.
;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -52,11 +52,11 @@
(quail-define-package
- "lao-lrt" "Lao" "(1E(BR" t
+ "lao-lrt" "Lao" "ລR" t
"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
+`\\' (backslash) + number-key => ໐,໑,໒,... LAO DIGIT ZERO, ONE, TWO, ...
+`\\' (backslash) + `\\' => ໆ LAO KO LA (REPETITION)
+`\\' (backslash) + `$' => ຯ LAO ELLIPSIS
"
nil 'forget-last-selection 'deterministic 'kbd-translate 'show-layout
nil nil nil 'quail-lao-update-translation nil t)