This commit is contained in:
Dave Love 2002-07-24 22:23:44 +00:00
parent d21ba5e07d
commit e65186d5b2
2 changed files with 3 additions and 2 deletions

View 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

View 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."