From: MORIOKA Tomohiko Date: Wed, 23 May 2018 10:00:30 +0000 (+0900) Subject: (isd-turtle-format-char): Support idc:⿱・⿵. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12391a0fa157da17fdc9531fd35a14be093092de;p=chise%2Fisd.git (isd-turtle-format-char): Support idc:⿱・⿵. --- diff --git a/isd-turtle.el b/isd-turtle.el index c1112f4..4f4086d 100644 --- a/isd-turtle.el +++ b/isd-turtle.el @@ -350,6 +350,11 @@ (setq idc-str "⿱・⿸") (setq p1 'above p2 'below) + ) + ((and idc (eq (encode-char idc '=>ucs@component) #x2FF5)) + (setq idc-str "⿱・⿵") + (setq p1 'above + p2 'below) )) (cond (p3