From: Eli Zaretskii Date: Wed, 18 Sep 2019 12:55:08 +0000 (+0300) Subject: Improve support of the Tai-Viet script X-Git-Tag: emacs-27.0.90~1551^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a39652b49d93cf1556c0b10378e04bf0634c1ee1;p=emacs.git Improve support of the Tai-Viet script * lisp/language/tai-viet.el ("TaiViet"): Update the doc string. Suggested by Jim Brase . (Bug#5806) * etc/HELLO: Add a Tai Viet entry. --- diff --git a/etc/HELLO b/etc/HELLO index 39c39651b4b..5102c595785 100644 --- a/etc/HELLO +++ b/etc/HELLO @@ -79,7 +79,9 @@ Spanish (espalatin-iso8859-1ñol) ¡Hola! Swedish (svenska) Hej / Goddag / Hallå mule-unicode-0100-24ffTamil (தமிழ்) வணக்கம் Telugu (తెలుగు) నమస్కారం -thai-tis620Thai (ภาษาไทย) สวัสดีครับ / สวัสดีค่ะ +TaiViet (ꪁꪫꪱꪣ ꪼꪕ) ꪅꪰꪙꫂ ꪨꪮꫂ ꪁꪫꪱ / ꪅꪽ ꪨꪷ ꪁꪫꪱ + +thai-tis620Thai (ภาษาไทย) สวัสดีครับ / สวัสดีค่ะ tibetanTibetan (བོད་སྐད་) བཀྲ་ཤིས་བདེ་ལེགས༎ mule-unicode-0100-24ffTigrigna (ትግርኛ) ሰላማት latin-iso8859-9Turkish (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 @@ (input-method . "tai-sonla") (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. -Both the script and language have the same origin as that of Thai +TaiViet refers to the Tai script, which is used to write several +Tai languages of northwestern Vietnam and surrounding areas. These +languages are Tai Dam (also known as Black Tai or Tai Noir), +Tai Dón (also known as White Tai or Tai Blanc), Tày Tac, +Tai Daeng (also known as Red Tai or Tai Rouge), +and Thai Song (also known as Lao Song). However, some people +consider Tai Dam, Tai Dón and Tai Daeng to be dialects of the +same language, and call them collectively \"Tai Viet\". + +Both the script and languages have the same origin as that of Thai 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 -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/viettai/ -"))) +spelled as \"ꪎꪳ ꪼꪕ\"."))) (provide 'tai-viet)