From d2247e750444b7f2cf825a412f166648a37f03b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 29 Apr 2002 09:02:39 +0000 Subject: [PATCH] Update Commentary section. --- lisp/language/viet-util.el | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lisp/language/viet-util.el b/lisp/language/viet-util.el index 0268f6f0bb3..108e3a53708 100644 --- a/lisp/language/viet-util.el +++ b/lisp/language/viet-util.el @@ -26,12 +26,13 @@ ;; Vietnamese uses ASCII characters and additional 134 unique ;; characters (these are Latin alphabets with various diacritical and -;; tone marks). As far as I know, Vietnamese now has 4 different ways -;; for representing these characters: VISCII, VSCII, VIQR, and -;; Unicode. VISCII and VSCII are simple 1-byte code which assigns 134 -;; unique characters in control-code area (0x00..0x1F) and right half -;; area (0x80..0xFF). VIQR is a menmonic encoding specification -;; representing diacritical marks by following ASCII characters. +;; tone marks). As far as I know, Vietnamese now has 5 different ways +;; for representing these characters: VISCII, TCVN-5712, VPS, VIQR, +;; and Unicode. VISCII, TCVN-5712 and VPS are simple 1-byte code +;; which assigns 134 unique characters in control-code area +;; (0x00..0x1F) and right half area (0x80..0xFF). VIQR is a menmonic +;; encoding specification representing diacritical marks by following +;; ASCII characters. ;;; Code: -- 2.39.5