X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ids-read.el;h=16937630b26531cdaaa2ae231aa86bc736302f1f;hb=df1a7308c46b5f2cff3c158bb32f8f359a184c86;hp=54aff8956f9ae2ec7603c20db5b17a02d3fd81f1;hpb=7d07d4b9a85a6095032c0bc4f514391e54b81b6d;p=chise%2Fids.git diff --git a/ids-read.el b/ids-read.el index 54aff89..1693763 100644 --- a/ids-read.el +++ b/ids-read.el @@ -1,6 +1,6 @@ ;;; ids-read.el --- Reader for IDS-* files -;; Copyright (C) 2002, 2003, 2004, 2020 MORIOKA Tomohiko +;; Copyright (C) 2002, 2003, 2004, 2020, 2021 MORIOKA Tomohiko ;; Author: MORIOKA Tomohiko ;; Keywords: IDS, IDC, Ideographs, UCS, Unicode @@ -108,6 +108,9 @@ ((string-match "CB\\([0-9]+\\)" chs) (decode-char 'ideograph-cbeta (string-to-int (match-string 1 chs)))) + ((string-match "SW-JIGUGE-\\([0-9]+\\)" chs) + (decode-char '=shuowen-jiguge + (string-to-int (match-string 1 chs)))) )) (when char (when (and (>= (length ids) 3)