From 2cf1f37cc1962c955faf43ed2a78147142c395b2 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 23 Jun 2017 00:13:12 +0900 Subject: [PATCH] (chise-turtle-uri-encode-feature-name): Convert `<-wrong' to "ideo:wrong-form-of". --- char-db-turtle.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/char-db-turtle.el b/char-db-turtle.el index ebc217c..74832b9 100644 --- a/char-db-turtle.el +++ b/char-db-turtle.el @@ -228,6 +228,8 @@ "ideo:simplified-form-of") ((eq '<-vulgar feature-name) "ideo:vulgar-form-of") + ((eq '<-wrong feature-name) + "ideo:wrong-form-of") ((eq '<-original feature-name) "ideo:original-form-of") ((eq '<-ancient feature-name) -- 1.7.10.4