+2001-07-24 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+ * char-db-util.el (char-db-insert-char-ref): New function.
+ (char-db-insert-char-map): New function.
+ (char-db-decode-isolated-char): New function.
+ (insert-char-attributes): Convert `->ucs' to `=>ucs'; use
+ ``character-reference'' style for `->uppercase', `->lowercase',
+ `->titlecase'; omit `->titlecase' if its value has the same value
+ of `->uppercase'; output `->fullwidth', `<-fullwidth',
+ `->vulgar-ideograph', `<-vulgar-ideograph', `->ancient-ideograph',
+ `<-ancient-ideograph', `->same-ideograph' and `->bopomofo' as
+ ``character-reference'' style; use `char-db-decode-isolated-char'.
+
+ * Ideograph-R001-One.el:
+ - Use `=>ucs' instead of `->ucs'.
+ - Use `->bopomofo' instead of `->bopomofo-letter'.
+ - Use `<-vulgar-ideograph' instead of `vulgar-ideograph-of'.
+ - Use `<-ancient-ideograph' instead of `ancient-ideograph-of'.
+ - Use `->same-ideograph' instead of `ideograph='.
+ - Merge `chinese-big5' code points.
+
+ * u00370-Greek.el (U+****): Add `->fullwidth'.
+ (fullwidth *): Use `=>ucs' instead of `->ucs'; add `<-fullwidth'.
+ - Use ``character-reference'' style [alist] instead of UCS
+ code-point [hex integer] as the format of `->lowercase' and
+ `->uppercase'.
+ - Omit `->titlecase' if the value of it has the same value of
+ `->uppercase'.
+
+ * u00300-Combining-Diacritical-Marks.el:
+ - Use ``character-reference'' style [alist] instead of UCS
+ code-point [hex integer] as the format of `->lowercase' and
+ `->uppercase'.
+ - Omit `->titlecase' if the value of it has the same value of
+ `->uppercase'.
+
+ * u00250-IPA-Extensions.el:
+ - Use ``character-reference'' style [alist] instead of UCS
+ code-point [hex integer] as the format of `->lowercase' and
+ `->uppercase'.
+ - Omit `->titlecase' because each value of it has the same value
+ of `->uppercase'.
+
+ * u00180-Latin-Extended-B.el (U+****): Add `->fullwidth'.
+ (fullwidth *): Use `=>ucs' instead of `->ucs'; add `<-fullwidth'.
+ - Use ``character-reference'' style [alist] instead of UCS
+ code-point [hex integer] as the format of `->lowercase' and
+ `->uppercase'.
+ - Omit `->titlecase' if the value of it has the same value of
+ `->uppercase'.
+
+ * u00100-Latin-Extended-A.el (U+****): Add `->fullwidth'.
+ (fullwidth *): Use `=>ucs' instead of `->ucs'; add `<-fullwidth'.
+ - Use ``character-reference'' style [alist] instead of UCS
+ code-point [hex integer] as the format of `->lowercase' and
+ `->uppercase'.
+ - Omit `->titlecase' because each value of it has the same value
+ of `->uppercase'.
+
+ * Ideograph-R162-Walk.el: Merge and/or fix JIS X 0208 code points.
+
+ * u000A0-Latin-1-Supplement.el (U+****): Add `->fullwidth'.
+ (fullwidth *): Use `=>ucs' instead of `->ucs'; add `<-fullwidth'.
+ (MICRO SIGN): Delete `->uppercase' and `->lowercase'.
+ (fullwidth micro sign): Abolished.
+ - Use ``character-reference'' style [alist] instead of UCS
+ code-point [hex integer] as the format of `->lowercase' and
+ `->uppercase'.
+ - Omit `->titlecase' because each value of it has the same value
+ of `->uppercase'.
+
2001-07-23 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
* u00020-Basic-Latin.el:
* u002B0-Spacing-Modifier-Letters.el (MODIFIER LETTER LOW MACRON):
Delete BIG5-A1C5.
- * Ideograph-R140-Grass.el: Merge and/or fix missing JIS X 0208
- code points.
+ * Ideograph-R140-Grass.el: Merge and/or fix JIS X 0208 code
+ points.
2001-07-19 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>