2010-03-18 MORIOKA Tomohiko * cwiki-set.el (www-parse-string-default): New function. (www-feature-parse-string): - Support new format `string'. - Use `www-parse-string-default' for `default'. 2010-03-18 MORIOKA Tomohiko * cwiki-common.el (chise-wiki-glyph-cgi-url): New variable. (www-uri-encode-char): Support `=>>gt'. (www-format-encode-string): - Use GT, Big5 and Big5-CDP fonts. - Use http://www.unicode.org/cgi-bin/refglyph?24-hhhh to display `=ucs@unicode' glyphs. - Display &MCS-hhhhhhhh; with using child's glyph. * cwiki-glyph.el: New file. 2010-03-18 MORIOKA Tomohiko * cwiki-common.el (chise-wiki-bitmap-glyphs-url): Renamed from `chise-wiki-glyphs-url'. (www-format-encode-string): - Use `chise-wiki-bitmap-glyphs-url' instead of `chise-wiki-glyphs-url'. - Display &JC3-hhhh; and &ZOB-dddd;. 2010-03-17 MORIOKA Tomohiko * cwiki-edit.el (www-edit-display-feature-desc): Use `www-format-feature-name*' instead of `www-format-feature-name'. * cwiki-common.el (www-uri-decode-char): - Accept `:' again. - Prefer `=>jis-x0208' and `=>jis-x0213-1' to `=big5' and `=big5-cdp'. - Fix problem when no CCSes are found. (www-format-feature-name*): New function. (www-format-feature-name): Use `www-format-feature-name*'. 2010-03-17 MORIOKA Tomohiko * cwiki-set.el (www-parse-string-as-space-separated-char-list): Expect `string' to be encoded as URI. (www-parse-string-as-space-separated-ids): Likewise. (www-feature-parse-string): Likewise. (www-set-display-char-desc): Expect `uri-char' to be encoded as URI. (www-set-display-feature-desc): Fix problem when `name@lang' is not existed. (www-batch-set): Don't use `decode-uri-string' for value of `char' and feature-value. * cwiki-edit.el (www-edit-display-char-desc): Expect `uri-char' to be encoded as URI. (www-batch-edit): Don't use `decode-uri-string' for value of `char'. * cwiki-view.el (www-display-char-desc): Expect `uri-char' to be encoded as URI; encode `uri-char' if it is a non-encoded character. (www-batch-view): Don't use `decode-uri-string' for value of `char'. * cwiki-common.el (www-uri-decode-char): Expect char-rep to be encoded as URI. (www-uri-encode-char): Encode UCS characters as %XX encoding. (www-format-feature-name-as-CCS): Insert space between prefix (..., ===>, ==>, =>, =>>, =>>>, ..., =) and main-name. (www-html-display-text): Don't escape "&" except ">-". 2010-03-16 MORIOKA Tomohiko * cwiki-set.el (www-parse-string-as-space-separated-ids): New function. (www-parse-string-as-ku-ten): New function. (www-feature-parse-string): Support `space-separated-ids' and `ku-ten'. 2010-03-16 MORIOKA Tomohiko * cwiki-common.el (www-feature-value-format): Return 'space-separated-ids for `structure' type features. (www-format-value-as-ids): New function. (www-format-apply-value): Use `www-format-value-as-ids' for format `space-separated-ids'. 2010-03-03 MORIOKA Tomohiko * cwiki-common.el, cwiki-edit.el, cwiki-set.el, cwiki-view.el: New files.