Mercurial > emacs
changeset 46676:f0b8a25b0b7d
comment
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 24 Jul 2002 22:23:44 +0000 |
parents | 253e228beb5f |
children | 86e8d59e2e49 |
files | lisp/international/utf-8.el lisp/language/cyril-util.el |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/utf-8.el Wed Jul 24 22:22:47 2002 +0000 +++ b/lisp/international/utf-8.el Wed Jul 24 22:23:44 2002 +0000 @@ -341,7 +341,6 @@ (write-multibyte-character r3 r2)))) ;; Surrogates, U+D800 .. U+DFFF - ;; Fixme: process them properly. (if (r3 < #xe000) ((r3 = r6) (write-multibyte-character r3 r0) ; eight-bit-graphic
--- a/lisp/language/cyril-util.el Wed Jul 24 22:22:47 2002 +0000 +++ b/lisp/language/cyril-util.el Wed Jul 24 22:23:44 2002 +0000 @@ -1,6 +1,6 @@ ;;; cyril-util.el --- utilities for Cyrillic scripts -;; Copyright (C) 1997, 2001 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2001, 2002 Free Software Foundation, Inc. ;; Keywords: mule, multilingual, Cyrillic @@ -25,6 +25,8 @@ ;;; Code: +;; Fixme: are the next two useful? + ;;;###autoload (defun cyrillic-encode-koi8-r-char (char) "Return KOI8-R external character code of CHAR if appropriate."