emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/language/viet-util.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/language/viet-util.el
Date: Mon, 29 Apr 2002 05:02:39 -0400

Index: emacs/lisp/language/viet-util.el
diff -c emacs/lisp/language/viet-util.el:1.20 
emacs/lisp/language/viet-util.el:1.21
*** emacs/lisp/language/viet-util.el:1.20       Sun Jul 15 15:53:53 2001
--- emacs/lisp/language/viet-util.el    Mon Apr 29 05:02:39 2002
***************
*** 26,37 ****
  
  ;; 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.
  
  ;;; Code:
  
--- 26,38 ----
  
  ;; 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 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:
  



reply via email to

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