(est-coded-charset-priority-list): Add `=shinjigen@rev'.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 26 Apr 2017 02:47:19 +0000 (11:47 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 26 Apr 2017 02:47:19 +0000 (11:47 +0900)
(char-db-turtle-insert-char-features): Must encode domain for
`ideo:total-strokes'.

char-db-turtle.el

index edc9357..87e2da8 100644 (file)
     ===ucs@ks
     ===ucs@gb
     =shinjigen
+    =shinjigen@rev
     =shinjigen@1ed
     =shinjigen/+p@rev
     ==shinjigen
                          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))