projects
/
chise
/
chiset.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35a3f5e
)
(est-coded-charset-priority-list): Add `=shinjigen@rev'.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 26 Apr 2017 02:47:19 +0000
(11:47 +0900)
committer
MORIOKA 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
patch
|
blob
|
history
diff --git
a/char-db-turtle.el
b/char-db-turtle.el
index
edc9357
..
87e2da8
100644
(file)
--- 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))