]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-coding-system): Add utf-16
authorDave Love <fx@gnu.org>
Sun, 18 Aug 2002 13:32:42 +0000 (13:32 +0000)
committerDave Love <fx@gnu.org>
Sun, 18 Aug 2002 13:32:42 +0000 (13:32 +0000)
case.

lisp/ChangeLog
lisp/international/mule-diag.el

index f02b753dbdb51d3d2d1c200ab6a348c275c2a9d1..0c90ad3b251868c61ba610b78576d79dcb5d973b 100644 (file)
@@ -1,3 +1,16 @@
+2002-08-18  Dave Love  <fx@gnu.org>
+
+       * international/mule-diag.el (describe-coding-system): Add utf-16
+       case.
+
+       * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
+
+       * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"): Add
+       charset.
+       ("Ukrainian"): New.
+
+       * language/georgian.el (georgian-ps): New coding system.
+
 2002-08-15  Kenichi Handa  <handa@etl.go.jp>
 
        * international/mule-cmds.el (reset-language-environment): Don't
        (create-fontset-from-ascii-font): Slightly tuned.
 
        * international/mule-conf.el (devanagari-glyph): New charset.
-       Unify these charses: korean-ksc5601, ipa, tibetan, ethiopic,
+       Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
        japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
        japanese-jisx0213-2.
 
index fe246f3c8affeb0e1b8a07c8aca78f16fb6ec60c..4fdb2e13d89156fd9be2f42151c49ed6db27501a 100644 (file)
@@ -573,6 +573,9 @@ which font is being used for displaying the character."
               (princ " (do automatic conversion)"))
              ((eq type 'utf-8)
               (princ " (UTF-8: Emacs internal multibyte form)"))
+             ((eq type 'utf-16)
+              ;; (princ " (UTF-16)")
+              )
              ((eq type 'shift-jis)
               (princ " (Shift-JIS, MS-KANJI)"))
              ((eq type 'iso-2022)