(isd-turtle-uri-encode-feature-name): Use "a.ucs" instead of `ucs' for
authorMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 27 Feb 2017 11:04:41 +0000 (20:04 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 27 Feb 2017 11:04:41 +0000 (20:04 +0900)
`=ucs'.
(isd-turtle-encode-char): Likewise.

isd-turtle.el

index f20c817..d13bea5 100644 (file)
@@ -86,9 +86,9 @@
 (defun isd-turtle-uri-encode-feature-name (feature-name)
   (cond
    ((eq '=ucs feature-name)
-    'ucs)
+    "a.ucs")
    ((eq '==>ucs@bucs feature-name)
-    'bucs)
+    "bucs")
    (t
     (mapconcat (lambda (c)
                 (if (eq c ?@)
        ccs ret)
     (if (setq ret (encode-char object '=ucs))
        (prog1
-           (format "ucs:0x%04X" ret)
+           (format "a.ucs:0x%04X" ret)
          (unless (memq '=ucs isd-turtle-ccs-list)
            (setq isd-turtle-ccs-list (cons '=ucs isd-turtle-ccs-list))))
       (while (and ccs-list