;;; chiset-common.el --- CHISET common utility -*- coding: utf-8-er; -*-
-;; Copyright (C) 2010,2011,2012,2013,2014,2015,2016,2017,2018 MORIOKA Tomohiko.
+;; Copyright (C) 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019 MORIOKA Tomohiko.
;; Author: MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
;; Keywords: CHISE, RDF, Turtle, WWW
"/")
((eq ch ?-)
"*")
+ ((eq ch ?_)
+ "+")
(t
(substring uri-feature i (+ i 3))
))
".-.")
((eq c ?/)
"...")
+ ((eq c ?+)
+ "._.")
(t (char-to-string c))))
feature ""))