emacs-devel
[Top][All Lists]
Advanced

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

Tai Viet script


From: Andreas Schwab
Subject: Tai Viet script
Date: Sun, 28 Mar 2010 18:14:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.94 (gnu/linux)

language/tai-viet.el contains some encoding errors, apparently the
conversion from the temporary PUA encoding was erroneous.  I've tried to
fix it by comparing the glyphs from the "Unified Thai (20.02.2006)" font
with the "Tai Heritage Pro" font from sil.org, but some characters still
look wrong (ꪁ ꪅ ꪰ) when compared with the version from VietThai-0.9, and
one character () is still encoded in the temporary encoding where I
cannot find a replacement.

Additionally, the composition support was never updated.

Andreas.

=== modified file 'lisp/language/tai-viet.el'
--- lisp/language/tai-viet.el   2010-01-13 08:35:10 +0000
+++ lisp/language/tai-viet.el   2010-03-28 14:39:46 +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 @@ Both the script and language have the sa
 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)


-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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