X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=cwiki-common.el;h=bce9ab28be44f83dd80b660e39d99b947304ea5f;hb=7e67c675c6281bab90971557fa2c12da24993b60;hp=bfc383ddca0817aabb5b44a4f0607d7b55cb215e;hpb=db7d5c57a6d9a8934f2999ff13cc4dbb607ffdae;p=chise%2Fest.git diff --git a/cwiki-common.el b/cwiki-common.el index bfc383d..bce9ab2 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -1,9 +1,12 @@ ;; -*- coding: utf-8-mcs-er -*- (require 'char-db-util) +;; (require 'concord-images) (setq file-name-coding-system 'utf-8-mcs-er) +(concord-assign-genre 'image-resource "/usr/local/var/photo/db") + (concord-assign-genre 'creator@ruimoku "/usr/local/var/ruimoku/db") (concord-assign-genre 'person-name@ruimoku "/usr/local/var/ruimoku/db") @@ -33,6 +36,8 @@ (mount-char-attribute-table '*instance@morpheme-entry/zh-classical) +(concord-assign-genre 'hng-card "/usr/local/var/hng-card/db") + (mount-char-attribute-table '->HNG) (mount-char-attribute-table '<-HNG) @@ -94,7 +99,12 @@ =ucs-itaiji-001 =ucs-itaiji-002 =ucs-itaiji-003 - =ucs@unicode)) + =ucs@unicode + ==ucs@unicode + ===ucs@unicode + ==>ucs@bucs + ===daikanwa/+p + ===gt)) (defun decode-uri-string (string &optional coding-system) (if (> (length string) 0) @@ -975,12 +985,18 @@ style=\"vertical-align:middle\">" (char-to-string (decode-char 'ascii (+ 96 subcode))))) (replace-match (format - "\"HNG%s-%04d%s\"" + "
\"HNG%s-%04d%s\"%s
" plane code subcode chise-wiki-hng-bitmap-glyphs-url plane code subcode - www-format-char-img-style) + (charset-description + (car (find (format "HNG%s-" plane) + coded-charset-entity-reference-alist + :test (lambda (key cell) + (string= key (nth 1 cell)))))) + ) t 'literal)) (goto-char (point-min)) @@ -1018,9 +1034,9 @@ style=\"vertical-align:middle; width: 48px; height: 48px\">" t 'literal)) (goto-char (point-min)) - (while (re-search-forward "&\\(o-\\|G-\\|g2-\\|R-\\)?U-i\\([0-9]+\\)\\+\\([0-9A-F]+\\);" nil t) - (setq plane (string-to-int (match-string 2)) - code (string-to-int (match-string 3) 16)) + (while (re-search-forward "&U-i\\([0-9]+\\)\\+\\([0-9A-F]+\\);" nil t) + (setq plane (string-to-int (match-string 1)) + code (string-to-int (match-string 2) 16)) (replace-match (format "\"u%04x-itaiji-%03d\"" @@ -1032,6 +1048,31 @@ style=\"vertical-align:middle; width: 48px; height: 48px\">" t 'literal)) (goto-char (point-min)) + (while (re-search-forward "&A-IWDSU\\+\\([0-9A-F]+\\);" nil t) + (setq code (string-to-int (match-string 1) 16)) + (replace-match + (format "\"A-IWDSU+%04x\"" + code + code + www-format-char-img-style) + t 'literal)) + + (goto-char (point-min)) + (while (re-search-forward "&U-v\\([0-9]+\\)\\+\\([0-9A-F]+\\);" nil t) + (setq plane (string-to-int (match-string 1)) + code (string-to-int (match-string 2) 16)) + (replace-match + (format "\"u%04x-itaiji-%03d\"" + code + plane + code + plane + www-format-char-img-style) + t 'literal)) + + (goto-char (point-min)) (while (re-search-forward "&\\(A-\\|G-\\|R-\\|g2-\\)?GT-\\([0-9]+\\);" nil t) (setq code (string-to-int (match-string 2))) (replace-match @@ -1237,12 +1278,14 @@ style=\"vertical-align:middle\">" (==ucs@jis "u" 4 x nil) (==ucs@iso "u" 4 x nil) (==ucs@cns "u" 4 x "-t") + (==ucs@unicode "u" 4 x "-us") (==daikanwa "dkw-" 5 d nil) (==ucs@ks "u" 4 x "-k") (==jis-x0208@1978 "j78-" 4 x nil) (==jis-x0208 "j90-" 4 x nil) (==jis-x0208@1990 "j90-" 4 x nil) (==jis-x0208@1983 "j83-" 4 x nil) + (==cbeta "cbeta-" 5 d nil) (=>>hanyo-denshi/ks "koseki-" 6 d nil) (=>>jis-x0208@1978 "j78-" 4 x nil) (=>>big5-cdp "cdp-" 4 x nil) @@ -1263,24 +1306,33 @@ style=\"vertical-align:middle\">" (=koseki "koseki-" 6 d nil) (=ucs@jis "u" 4 x nil) (=ucs@cns "u" 4 x "-t") + (=ucs@ks "u" 4 x "-k") + (=ucs@JP "u" 4 x nil) + (=ucs@gb "u" 4 x "-g") + (=ucs@iso "u" 4 x "-u") + (=ucs@unicode "u" 4 x "-us") + (=big5-cdp "cdp-" 4 x nil) + (=cbeta "cbeta-" 5 d nil) + (=big5-cdp-var-3 "cdp-" 4 x "-var-3") + (=big5-cdp-var-5 "cdp-" 4 x "-var-5") + (=jef-china3 "jc3-" 4 x nil) (=jis-x0212 "jsp-" 4 x nil) (=jis-x0213-1@2000 "jx1-2000-" 4 x nil) (=jis-x0213-1@2004 "jx1-2004-" 4 x nil) (=jis-x0213-2 "jx2-" 4 x nil) - (=gt "gt-" 5 d nil) - (=daikanwa "dkw-" 5 d nil) (=gt-k "gt-k" 5 d nil) - (=jef-china3 "jc3-" 4 x nil) - (=ucs@ks "u" 4 x "-k") - (=ks-x1001 "k0-" 4 x nil) (=jis-x0208@1978/1pr "j78-" 4 x nil) (=jis-x0208@1978/-4pr "j78-" 4 x nil) (=jis-x0208@1978 "j78-" 4 x nil) - (=ucs@JP "u" 4 x nil) - (=ucs@gb "u" 4 x "-g") - (=ucs@iso "u" 4 x "-u") - (=ucs@unicode "u" 4 x "-us") - (=big5-cdp "cdp-" 4 x nil) + (=+>jis-x0208@1978 "j78-" 4 x nil) + (=+>jis-x0208 "j90-" 4 x nil) + (=+>jis-x0208@1990 "j90-" 4 x nil) + (=+>jis-x0208@1983 "j83-" 4 x nil) + (=ucs "u" 4 x nil) + (=big5 "b-" 4 x nil) + (=daikanwa "dkw-" 5 d nil) + (=gt "gt-" 5 d nil) + (=ks-x1001 "k0-" 4 x nil) (=cns11643-1 "c1-" 4 x nil) (=cns11643-2 "c2-" 4 x nil) (=cns11643-3 "c3-" 4 x nil) @@ -1291,15 +1343,6 @@ style=\"vertical-align:middle\">" (=jis-x0208 "j90-" 4 x nil) (=jis-x0208@1990 "j90-" 4 x nil) (=jis-x0208@1983 "j83-" 4 x nil) - (=cbeta "cb" 5 d nil) - (=big5-cdp-var-3 "cdp-" 4 x "-var-3") - (=big5-cdp-var-5 "cdp-" 4 x "-var-5") - (=+>jis-x0208@1978 "j78-" 4 x nil) - (=+>jis-x0208 "j90-" 4 x nil) - (=+>jis-x0208@1990 "j90-" 4 x nil) - (=+>jis-x0208@1983 "j83-" 4 x nil) - (=ucs "u" 4 x nil) - (=big5 "b-" 4 x nil) )) (defun char-GlyphWiki-id (char)