comparison lisp/mule/mule-charset.el @ 818:accc481aef34

[xemacs-hg @ 2002-04-25 06:09:11 by youngs] 2002-04-25 Steve Youngs <youngs@xemacs.org> * mule/mule-charset.el (string-to-char-list): New. This used to be in 'mule-misc.el' but that file has been removed. 2002-04-14 Steve Youngs <youngs@xemacs.org> * obsolete.el (find-non-ascii-charset-region): A couple of packages use this. (find-non-ascii-charset-string): Ditto.
author youngs
date Thu, 25 Apr 2002 06:09:18 +0000
parents 026c5bf9c134
children f770374ae506
comparison
equal deleted inserted replaced
817:ece8c2170578 818:accc481aef34
75 (setq i (1+ i))) 75 (setq i (1+ i)))
76 list)) 76 list))
77 77
78 (defalias 'find-charset-string 'charsets-in-string) 78 (defalias 'find-charset-string 'charsets-in-string)
79 (defalias 'find-charset-region 'charsets-in-region) 79 (defalias 'find-charset-region 'charsets-in-region)
80
81 (defun string-to-char-list (str)
82 (mapcar 'identity str))
83
80 84
81 ;;;; Charset accessors 85 ;;;; Charset accessors
82 86
83 (defun charset-iso-graphic-plane (charset) 87 (defun charset-iso-graphic-plane (charset)
84 "Return the `graphic' property of CHARSET. 88 "Return the `graphic' property of CHARSET.