projects
/
chise
/
est.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdc8882
)
(www-format-encode-string): Display &{G-|g2-|R-}RUI6-hhhh;.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 29 Jun 2016 15:18:45 +0000
(
00:18
+0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 29 Jun 2016 15:18:45 +0000
(
00:18
+0900)
cwiki-common.el
patch
|
blob
|
history
diff --git
a/cwiki-common.el
b/cwiki-common.el
index
a720089
..
91eaa9f
100644
(file)
--- a/
cwiki-common.el
+++ b/
cwiki-common.el
@@
-1138,8
+1138,8
@@
style=\"%s\">"
t 'literal))
(goto-char (point-min))
- (while (re-search-forward "&RUI6-\\([0-9A-F]+\\);" nil t)
- (setq code (string-to-int (match-string 1) 16))
+ (while (re-search-forward "&\\(G-\\|g2-\\|R-\\)?RUI6-\\([0-9A-F]+\\);" nil t)
+ (setq code (string-to-int (match-string 2) 16))
(replace-match
(format "<img alt=\"RUI6-%04X\" src=\"%s?char=RUI6-%04X\"
style=\"vertical-align:middle\">"