]> git.eshelyaron.com Git - emacs.git/commitdiff
comment
authorDave Love <fx@gnu.org>
Wed, 24 Jul 2002 22:23:44 +0000 (22:23 +0000)
committerDave Love <fx@gnu.org>
Wed, 24 Jul 2002 22:23:44 +0000 (22:23 +0000)
lisp/international/utf-8.el
lisp/language/cyril-util.el

index b3f6390322e26575a129e6cbd2efa1d5bb61b2dd..327bc7261de5c2343a934bc8d6dc6e891bce3ca0 100644 (file)
@@ -341,7 +341,6 @@ option is not the default."
                                (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
index e35d45b5afe5f30beba618cf2ea7628ba8d85844..394400cda97bd5b6a7c7c186613d3aeecd835faa 100644 (file)
@@ -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."