X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lisp%2Futf-2000%2Fchise-subr.el;h=c6e968c31bb4de6f02f4d91706e753c67a6292b3;hp=361662c11ff2646ade19a781d211e3362ad61d1c;hb=8ba3626da629f1b4ecafae24c85f3d0cb3bf8b8e;hpb=9f869fb8a091a618a4e3a6f3474a8d5f41f8f8a7 diff --git a/lisp/utf-2000/chise-subr.el b/lisp/utf-2000/chise-subr.el index 361662c..c6e968c 100644 --- a/lisp/utf-2000/chise-subr.el +++ b/lisp/utf-2000/chise-subr.el @@ -1,7 +1,7 @@ ;;; chise-subr.el --- basic lisp subroutines for XEmacs CHISE ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, -;; 2010, 2011, 2012, 2013, 2014 MORIOKA Tomohiko. +;; 2010, 2011, 2012, 2013, 2014, 2015 MORIOKA Tomohiko. ;; Author: MORIOKA Tomohiko ;; Keywords: CHISE, Character Database, ISO/IEC 10646, UCS, Unicode, MULE. @@ -38,7 +38,7 @@ ;; (unless (memq domain dest) ;; (push domain dest)))))) ;; (sort dest #'string<)) - '(ucs ucs/compat daikanwa cns gt jis jis/alt jis/a jis/b + '(ucs ucs/compat daikanwa cns gt jis jis/a jis/b jis-x0212 jis-x0213 cdp shinjigen r030 r140 misc unknown)) @@ -217,6 +217,7 @@ (defun char-ucs (char) "Return code-point of UCS." (or (encode-char char '=ucs 'defined-only) + (char-feature char '=ucs) (char-feature char '=>ucs))) ;;;###autoload