emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100798: * language/tai-viet.el ("Tai


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100798: * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs. (Bug#5806)
Date: Mon, 12 Jul 2010 20:10:49 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100798
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Mon 2010-07-12 20:10:49 +0200
message:
  * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs. (Bug#5806)
modified:
  lisp/ChangeLog
  lisp/language/tai-viet.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-07-12 17:55:35 +0000
+++ b/lisp/ChangeLog    2010-07-12 18:10:49 +0000
@@ -1,5 +1,8 @@
 2010-07-12  Andreas Schwab  <address@hidden>
 
+       * language/tai-viet.el ("TaiViet"): Try to fix re-encoding
+       bugs. (Bug#5806)
+
        * language/tv-util.el (tai-viet-re): Remove format.
 
 2010-07-12  Kenichi Handa  <address@hidden>

=== modified file 'lisp/language/tai-viet.el'
--- a/lisp/language/tai-viet.el 2010-01-13 08:35:10 +0000
+++ b/lisp/language/tai-viet.el 2010-07-12 18:10:49 +0000
@@ -37,7 +37,7 @@
              (coding-system utf-8)
              (coding-priority utf-8)
              (input-method . "tai-sonla")
-             (sample-text . "TaiViet (ꪁꪫꪱꪣ ꪽꪕ)\t\tꪅꪰꪙ꫃ ꪨꪮ꫃ ꪁꪫꪱ / ꪅꪾ ꪨ� ꪁꪫꪱ")
+             (sample-text . "TaiViet (ꪁꪫꪱꪣ ꪼꪕ)\t\tꪅꪰꪙꫂ ꪨꪮꫂ ꪁꪫꪱ / ꪅꪽ ꪨꪷ ꪁꪫꪱ")
              (documentation . "\
 TaiViet refers to the Tai language used by Tai people in
 Vietnam, and also refers to the script used for this language.
@@ -45,15 +45,15 @@
 language/script used in Thailand, but now they differ from each
 other in a significant way (especially the scripts are).
 
-The language name is spelled as \"ꪁꪫꪱꪣ ꪽꪕ\", and the script name is
-spelled as \"ꪎ� ꪽꪕ\" in the modern form, \"ꪎꪴ ꪽꪕ\" in the traditional
-from.
+The language name is spelled as \"ꪁꪫꪱꪣ ꪼꪕ\", and the script name is
+spelled as \"ꪎ ꪼꪕ\" in the modern form, \"ꪎꪳ ꪼꪕ\" in the traditional
+form.
 
 As the proposal for TaiViet script to the Unicode is still on
 the progress, we use the Private Use Area for TaiViet
 characters (U+F000..U+F07E).  A TaiViet font encoded accordingly
 is available at this web page:
-    http://www.m17n.org/TaiViet/
+    http://www.m17n.org/viettai/
 ")))
 
 (provide 'tai-viet)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]