From: MORIOKA Tomohiko Date: Wed, 26 Apr 2017 02:47:19 +0000 (+0900) Subject: (est-coded-charset-priority-list): Add `=shinjigen@rev'. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6b7b0c4703a05ba89e2e4eb0b67229845e61cca;p=chise%2Fchiset.git (est-coded-charset-priority-list): Add `=shinjigen@rev'. (char-db-turtle-insert-char-features): Must encode domain for `ideo:total-strokes'. --- diff --git a/char-db-turtle.el b/char-db-turtle.el index edc9357..87e2da8 100644 --- a/char-db-turtle.el +++ b/char-db-turtle.el @@ -140,6 +140,7 @@ ===ucs@ks ===ucs@gb =shinjigen + =shinjigen@rev =shinjigen@1ed =shinjigen/+p@rev ==shinjigen @@ -957,7 +958,7 @@ line-separator)) (setq col (current-column)) (insert (format ":context domain:%-7s ;\n%s:target %S" - domain + (chise-turtle-uri-encode-ccs-name domain) (make-string col ?\ ) value)) (setq attributes (delq key attributes))