aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-09-18 15:55:08 +0300
committerEli Zaretskii2019-09-18 15:55:08 +0300
commita39652b49d93cf1556c0b10378e04bf0634c1ee1 (patch)
tree582686808019e238b9f6c9a464b30675d89940f6
parent9597ee68d999d43145d47ff53e1474f1493f8727 (diff)
downloademacs-a39652b49d93cf1556c0b10378e04bf0634c1ee1.tar.gz
emacs-a39652b49d93cf1556c0b10378e04bf0634c1ee1.zip
Improve support of the Tai-Viet script
* lisp/language/tai-viet.el ("TaiViet"): Update the doc string. Suggested by Jim Brase <jim_brase@sil.org>. (Bug#5806) * etc/HELLO: Add a Tai Viet entry.
-rw-r--r--etc/HELLO4
-rw-r--r--lisp/language/tai-viet.el23
2 files changed, 14 insertions, 13 deletions
diff --git a/etc/HELLO b/etc/HELLO
index 39c39651b4b..5102c595785 100644
--- a/etc/HELLO
+++ b/etc/HELLO
@@ -79,7 +79,9 @@ Spanish (espa</x-charset><x-charset><param>latin-iso8859-1</param>ñol) ¡Hola!
79Swedish (svenska) Hej / Goddag / Hallå 79Swedish (svenska) Hej / Goddag / Hallå
80</x-charset><x-charset><param>mule-unicode-0100-24ff</param>Tamil (தமிழ்) வணக்கம் 80</x-charset><x-charset><param>mule-unicode-0100-24ff</param>Tamil (தமிழ்) வணக்கம்
81Telugu (తెలుగు) నమస్కారం 81Telugu (తెలుగు) నమస్కారం
82</x-charset><x-charset><param>thai-tis620</param>Thai (ภาษาไทย) สวัสดีครับ / สวัสดีค่ะ 82</x-charset>TaiViet (ꪁꪫꪱꪣ ꪼꪕ) ꪅꪰꪙꫂ ꪨꪮꫂ ꪁꪫꪱ / ꪅꪽ ꪨꪷ ꪁꪫꪱ
83
84<x-charset><param>thai-tis620</param>Thai (ภาษาไทย) สวัสดีครับ / สวัสดีค่ะ
83</x-charset><x-charset><param>tibetan</param>Tibetan (བོད་སྐད་) བཀྲ་ཤིས་བདེ་ལེགས༎ 85</x-charset><x-charset><param>tibetan</param>Tibetan (བོད་སྐད་) བཀྲ་ཤིས་བདེ་ལེགས༎
84</x-charset><x-charset><param>mule-unicode-0100-24ff</param>Tigrigna (ትግርኛ) ሰላማት 86</x-charset><x-charset><param>mule-unicode-0100-24ff</param>Tigrigna (ትግርኛ) ሰላማት
85</x-charset><x-charset><param>latin-iso8859-9</param>Turkish (Türkçe) Merhaba 87</x-charset><x-charset><param>latin-iso8859-9</param>Turkish (Türkçe) Merhaba
diff --git a/lisp/language/tai-viet.el b/lisp/language/tai-viet.el
index b202abf029c..086483da813 100644
--- a/lisp/language/tai-viet.el
+++ b/lisp/language/tai-viet.el
@@ -39,21 +39,20 @@
39 (input-method . "tai-sonla") 39 (input-method . "tai-sonla")
40 (sample-text . "TaiViet (ꪁꪫꪱꪣ ꪼꪕ)\t\tꪅꪰꪙꫂ ꪨꪮꫂ ꪁꪫꪱ / ꪅꪽ ꪨꪷ ꪁꪫꪱ") 40 (sample-text . "TaiViet (ꪁꪫꪱꪣ ꪼꪕ)\t\tꪅꪰꪙꫂ ꪨꪮꫂ ꪁꪫꪱ / ꪅꪽ ꪨꪷ ꪁꪫꪱ")
41 (documentation . "\ 41 (documentation . "\
42TaiViet refers to the Tai language used by Tai people in 42TaiViet refers to the Tai script, which is used to write several
43Vietnam, and also refers to the script used for this language. 43Tai languages of northwestern Vietnam and surrounding areas. These
44Both the script and language have the same origin as that of Thai 44languages are Tai Dam (also known as Black Tai or Tai Noir),
45Tai Dón (also known as White Tai or Tai Blanc), Tày Tac,
46Tai Daeng (also known as Red Tai or Tai Rouge),
47and Thai Song (also known as Lao Song). However, some people
48consider Tai Dam, Tai Dón and Tai Daeng to be dialects of the
49same language, and call them collectively \"Tai Viet\".
50
51Both the script and languages have the same origin as that of Thai
45language/script used in Thailand, but now they differ from each 52language/script used in Thailand, but now they differ from each
46other in a significant way (especially the scripts are). 53other in a significant way (especially the scripts are).
47 54
48The language name is spelled as \"ꪁꪫꪱꪣ ꪼꪕ\", and the script name is 55The language name is spelled as \"ꪁꪫꪱꪣ ꪼꪕ\", and the script name is
49spelled as \"ꪎ ꪼꪕ\" in the modern form, \"ꪎꪳ ꪼꪕ\" in the traditional 56spelled as \"ꪎꪳ ꪼꪕ\".")))
50form.
51
52As the proposal for TaiViet script to the Unicode is still on
53the progress, we use the Private Use Area for TaiViet
54characters (U+F000..U+F07E). A TaiViet font encoded accordingly
55is available at this web page:
56 http://www.m17n.org/viettai/
57")))
58 57
59(provide 'tai-viet) 58(provide 'tai-viet)