From: tomo Date: Tue, 24 Jul 2001 05:52:42 +0000 (+0000) Subject: (U+****): Add `->fullwidth'. X-Git-Tag: r21-2-38-utf-2000-0_17-1~248 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d93e687df4c90999fda2ede75e2bad124c3b0552;p=chise%2Fxemacs-chise.git- (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'. --- diff --git a/lisp/utf-2000/u00180-Latin-Extended-B.el b/lisp/utf-2000/u00180-Latin-Extended-B.el index 55049a9..670a156 100644 --- a/lisp/utf-2000/u00180-Latin-Extended-B.el +++ b/lisp/utf-2000/u00180-Latin-Extended-B.el @@ -3,174 +3,230 @@ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x180) ; ƀ + (ucs . #x0180) ; ƀ )) (define-char '((name . "LATIN CAPITAL LETTER B WITH HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0253) - (ucs . #x181) ; Ɓ + (->lowercase + ((name . "LATIN SMALL LETTER B WITH HOOK") + (ucs . #x0253) ; ɓ + )) + (ucs . #x0181) ; Ɓ )) (define-char '((name . "LATIN CAPITAL LETTER B WITH TOPBAR") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0183) - (ucs . #x182) ; Ƃ + (->lowercase + ((name . "LATIN SMALL LETTER B WITH TOPBAR") + (ucs . #x0183) ; ƃ + )) + (ucs . #x0182) ; Ƃ )) (define-char '((name . "LATIN SMALL LETTER B WITH TOPBAR") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x0182) - (->titlecase #x0182) - (ucs . #x183) ; ƃ + (->uppercase + ((name . "LATIN CAPITAL LETTER B WITH TOPBAR") + (ucs . #x0182) ; Ƃ + )) + (ucs . #x0183) ; ƃ )) (define-char '((name . "LATIN CAPITAL LETTER TONE SIX") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0185) - (ucs . #x184) ; Ƅ + (->lowercase + ((name . "LATIN SMALL LETTER TONE SIX") + (ucs . #x0185) ; ƅ + )) + (ucs . #x0184) ; Ƅ )) (define-char '((name . "LATIN SMALL LETTER TONE SIX") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x0184) - (->titlecase #x0184) - (ucs . #x185) ; ƅ + (->uppercase + ((name . "LATIN CAPITAL LETTER TONE SIX") + (ucs . #x0184) ; Ƅ + )) + (ucs . #x0185) ; ƅ )) (define-char '((name . "LATIN CAPITAL LETTER OPEN O") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0254) - (ucs . #x186) ; Ɔ + (->lowercase + ((name . "LATIN SMALL LETTER OPEN O") + (ucs . #x0254) ; ɔ + )) + (ucs . #x0186) ; Ɔ )) (define-char '((name . "LATIN CAPITAL LETTER C WITH HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0188) - (ucs . #x187) ; Ƈ + (->lowercase + ((name . "LATIN SMALL LETTER C WITH HOOK") + (ucs . #x0188) ; ƈ + )) + (ucs . #x0187) ; Ƈ )) (define-char '((name . "LATIN SMALL LETTER C WITH HOOK") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x0187) - (->titlecase #x0187) - (ucs . #x188) ; ƈ + (->uppercase + ((name . "LATIN CAPITAL LETTER C WITH HOOK") + (ucs . #x0187) ; Ƈ + )) + (ucs . #x0188) ; ƈ )) (define-char '((name . "LATIN CAPITAL LETTER AFRICAN D") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (iso-10646-comment . "*") - (->lowercase #x0256) - (ucs . #x189) ; Ɖ + (->lowercase + ((name . "LATIN SMALL LETTER D WITH TAIL") + (ucs . #x0256) ; ɖ + )) + (ucs . #x0189) ; Ɖ )) (define-char '((name . "LATIN CAPITAL LETTER D WITH HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0257) - (ucs . #x18A) ; Ɗ + (->lowercase + ((name . "LATIN SMALL LETTER D WITH HOOK") + (ucs . #x0257) ; ɗ + )) + (ucs . #x018A) ; Ɗ )) (define-char '((name . "LATIN CAPITAL LETTER D WITH TOPBAR") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x018C) - (ucs . #x18B) ; Ƌ + (->lowercase + ((name . "LATIN SMALL LETTER D WITH TOPBAR") + (ucs . #x018C) ; ƌ + )) + (ucs . #x018B) ; Ƌ )) (define-char '((name . "LATIN SMALL LETTER D WITH TOPBAR") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x018B) - (->titlecase #x018B) - (ucs . #x18C) ; ƌ + (->uppercase + ((name . "LATIN CAPITAL LETTER D WITH TOPBAR") + (ucs . #x018B) ; Ƌ + )) + (ucs . #x018C) ; ƌ )) (define-char '((name . "LATIN SMALL LETTER TURNED DELTA") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x18D) ; ƍ + (ucs . #x018D) ; ƍ )) (define-char '((name . "LATIN CAPITAL LETTER REVERSED E") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x01DD) - (ucs . #x18E) ; Ǝ + (->lowercase + ((name . "LATIN SMALL LETTER TURNED E") + (ucs . #x01DD) ; ǝ + )) + (ucs . #x018E) ; Ǝ )) (define-char '((name . "LATIN CAPITAL LETTER SCHWA") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0259) - (ucs . #x18F) ; Ə + (->lowercase + ((name . "LATIN SMALL LETTER SCHWA") + (ucs . #x0259) ; ə + )) + (ucs . #x018F) ; Ə )) (define-char '((name . "LATIN CAPITAL LETTER OPEN E") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x025B) - (ucs . #x190) ; Ɛ + (->lowercase + ((name . "LATIN SMALL LETTER OPEN E") + (ucs . #x025B) ; ɛ + )) + (ucs . #x0190) ; Ɛ )) (define-char '((name . "LATIN CAPITAL LETTER F WITH HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0192) - (ucs . #x191) ; Ƒ + (->lowercase + ((name . "LATIN SMALL LETTER F WITH HOOK") + (ucs . #x0192) ; ƒ + )) + (ucs . #x0191) ; Ƒ )) (define-char '((name . "LATIN SMALL LETTER F WITH HOOK") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x0191) - (->titlecase #x0191) - (ucs . #x192) ; ƒ + (->uppercase + ((name . "LATIN CAPITAL LETTER F WITH HOOK") + (ucs . #x0191) ; Ƒ + )) + (ucs . #x0192) ; ƒ )) (define-char '((name . "LATIN CAPITAL LETTER G WITH HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0260) - (ucs . #x193) ; Ɠ + (->fullwidth + ((name . "fullwidth latin capital letter g with hook") + (japanese-jisx0213-1 . #x2B29) ; ø»¢¡° + )) + (->lowercase + ((name . "LATIN SMALL LETTER G WITH HOOK") + (ucs . #x0260) ; É  + )) + (ucs . #x0193) ; Ɠ )) (define-char '((name . "fullwidth latin capital letter g with hook") - (->ucs . #x0193) ; Ɠ + (=>ucs . #x0193) ; Ɠ (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x0193) (->lowercase ((name . "fullwidth latin small letter g with hook"))) + (<-fullwidth + ((name . "LATIN CAPITAL LETTER G WITH HOOK") + (ucs . #x0193) ; Ɠ + )) (japanese-jisx0213-1 . #x2B29) ; ø»¢¡° )) (define-char @@ -178,8 +234,11 @@ (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0263) - (ucs . #x194) ; Ɣ + (->lowercase + ((name . "LATIN SMALL LETTER GAMMA") + (ucs . #x0263) ; É£ + )) + (ucs . #x0194) ; Ɣ )) (define-char '((name . "LATIN SMALL LETTER HV") @@ -187,87 +246,109 @@ (bidi-category . "L") (mirrored . nil) (iso-10646-comment . "hwair") - (->uppercase #x01F6) - (->titlecase #x01F6) - (ucs . #x195) ; ƕ + (->uppercase + ((name . "LATIN CAPITAL LETTER HWAIR") + (ucs . #x01F6) ; Ƕ + )) + (ucs . #x0195) ; ƕ )) (define-char '((name . "LATIN CAPITAL LETTER IOTA") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0269) - (ucs . #x196) ; Ɩ + (->lowercase + ((name . "LATIN SMALL LETTER IOTA") + (ucs . #x0269) ; É© + )) + (ucs . #x0196) ; Ɩ )) (define-char '((name . "LATIN CAPITAL LETTER I WITH STROKE") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0268) - (ucs . #x197) ; Ɨ + (->lowercase + ((name . "LATIN SMALL LETTER I WITH STROKE") + (ucs . #x0268) ; ɨ + )) + (ucs . #x0197) ; Ɨ )) (define-char '((name . "LATIN CAPITAL LETTER K WITH HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0199) - (ucs . #x198) ; Ƙ + (->lowercase + ((name . "LATIN SMALL LETTER K WITH HOOK") + (ucs . #x0199) ; ƙ + )) + (ucs . #x0198) ; Ƙ )) (define-char '((name . "LATIN SMALL LETTER K WITH HOOK") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x0198) - (->titlecase #x0198) - (ucs . #x199) ; ƙ + (->uppercase + ((name . "LATIN CAPITAL LETTER K WITH HOOK") + (ucs . #x0198) ; Ƙ + )) + (ucs . #x0199) ; ƙ )) (define-char '((name . "LATIN SMALL LETTER L WITH BAR") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x19A) ; ƚ + (ucs . #x019A) ; ƚ )) (define-char '((name . "LATIN SMALL LETTER LAMBDA WITH STROKE") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x19B) ; ƛ + (ucs . #x019B) ; ƛ )) (define-char '((name . "LATIN CAPITAL LETTER TURNED M") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x026F) - (ucs . #x19C) ; Ɯ + (->lowercase + ((name . "LATIN SMALL LETTER TURNED M") + (ucs . #x026F) ; ɯ + )) + (ucs . #x019C) ; Ɯ )) (define-char '((name . "LATIN CAPITAL LETTER N WITH LEFT HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0272) - (ucs . #x19D) ; Ɲ + (->lowercase + ((name . "LATIN SMALL LETTER N WITH LEFT HOOK") + (ucs . #x0272) ; ɲ + )) + (ucs . #x019D) ; Ɲ )) (define-char '((name . "LATIN SMALL LETTER N WITH LONG RIGHT LEG") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x19E) ; ƞ + (ucs . #x019E) ; ƞ )) (define-char '((name . "LATIN CAPITAL LETTER O WITH MIDDLE TILDE") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0275) - (ucs . #x19F) ; Ɵ + (->lowercase + ((name . "LATIN SMALL LETTER BARRED O") + (ucs . #x0275) ; ɵ + )) + (ucs . #x019F) ; Ɵ )) (define-char '((name . "LATIN CAPITAL LETTER O WITH HORN") @@ -275,11 +356,14 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x004F #x031B) - (->lowercase #x01A1) + (->lowercase + ((name . "LATIN SMALL LETTER O WITH HORN") + (ucs . #x01A1) ; Æ¡ + )) (latin-tcvn5712 . #xA5) ; øº“™¥ (latin-viscii-upper . #xBD) ; øº’½ (latin-viscii . #xB4) ; øº’½ - (ucs . #x1A0) ; Æ  + (ucs . #x01A0) ; Æ  )) (define-char '((name . "LATIN SMALL LETTER O WITH HORN") @@ -287,12 +371,14 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x006F #x031B) - (->uppercase #x01A0) - (->titlecase #x01A0) + (->uppercase + ((name . "LATIN CAPITAL LETTER O WITH HORN") + (ucs . #x01A0) ; Æ  + )) (latin-tcvn5712 . #xAC) ; øº“™¬ (latin-viscii-lower . #xBD) ; øº’œ (latin-viscii . #xBD) ; øº’œ - (ucs . #x1A1) ; Æ¡ + (ucs . #x01A1) ; Æ¡ )) (define-char '((name . "LATIN CAPITAL LETTER OI") @@ -300,8 +386,11 @@ (bidi-category . "L") (mirrored . nil) (iso-10646-comment . "gha") - (->lowercase #x01A3) - (ucs . #x1A2) ; Æ¢ + (->lowercase + ((name . "LATIN SMALL LETTER OI") + (ucs . #x01A3) ; Æ£ + )) + (ucs . #x01A2) ; Æ¢ )) (define-char '((name . "LATIN SMALL LETTER OI") @@ -309,98 +398,124 @@ (bidi-category . "L") (mirrored . nil) (iso-10646-comment . "gha") - (->uppercase #x01A2) - (->titlecase #x01A2) - (ucs . #x1A3) ; Æ£ + (->uppercase + ((name . "LATIN CAPITAL LETTER OI") + (ucs . #x01A2) ; Æ¢ + )) + (ucs . #x01A3) ; Æ£ )) (define-char '((name . "LATIN CAPITAL LETTER P WITH HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x01A5) - (ucs . #x1A4) ; Ƥ + (->lowercase + ((name . "LATIN SMALL LETTER P WITH HOOK") + (ucs . #x01A5) ; Æ¥ + )) + (ucs . #x01A4) ; Ƥ )) (define-char '((name . "LATIN SMALL LETTER P WITH HOOK") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x01A4) - (->titlecase #x01A4) - (ucs . #x1A5) ; Æ¥ + (->uppercase + ((name . "LATIN CAPITAL LETTER P WITH HOOK") + (ucs . #x01A4) ; Ƥ + )) + (ucs . #x01A5) ; Æ¥ )) (define-char '((name . "LATIN LETTER YR") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0280) - (ucs . #x1A6) ; Ʀ + (->lowercase + ((name . "LATIN LETTER SMALL CAPITAL R") + (ucs . #x0280) ; ʀ + )) + (ucs . #x01A6) ; Ʀ )) (define-char '((name . "LATIN CAPITAL LETTER TONE TWO") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x01A8) - (ucs . #x1A7) ; Ƨ + (->lowercase + ((name . "LATIN SMALL LETTER TONE TWO") + (ucs . #x01A8) ; ƨ + )) + (ucs . #x01A7) ; Ƨ )) (define-char '((name . "LATIN SMALL LETTER TONE TWO") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x01A7) - (->titlecase #x01A7) - (ucs . #x1A8) ; ƨ + (->uppercase + ((name . "LATIN CAPITAL LETTER TONE TWO") + (ucs . #x01A7) ; Ƨ + )) + (ucs . #x01A8) ; ƨ )) (define-char '((name . "LATIN CAPITAL LETTER ESH") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0283) - (ucs . #x1A9) ; Æ© + (->lowercase + ((name . "LATIN SMALL LETTER ESH") + (ucs . #x0283) ; ʃ + )) + (ucs . #x01A9) ; Æ© )) (define-char '((name . "LATIN LETTER REVERSED ESH LOOP") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x1AA) ; ƪ + (ucs . #x01AA) ; ƪ )) (define-char '((name . "LATIN SMALL LETTER T WITH PALATAL HOOK") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x1AB) ; Æ« + (ucs . #x01AB) ; Æ« )) (define-char '((name . "LATIN CAPITAL LETTER T WITH HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x01AD) - (ucs . #x1AC) ; Ƭ + (->lowercase + ((name . "LATIN SMALL LETTER T WITH HOOK") + (ucs . #x01AD) ; Æ­ + )) + (ucs . #x01AC) ; Ƭ )) (define-char '((name . "LATIN SMALL LETTER T WITH HOOK") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x01AC) - (->titlecase #x01AC) - (ucs . #x1AD) ; Æ­ + (->uppercase + ((name . "LATIN CAPITAL LETTER T WITH HOOK") + (ucs . #x01AC) ; Ƭ + )) + (ucs . #x01AD) ; Æ­ )) (define-char '((name . "LATIN CAPITAL LETTER T WITH RETROFLEX HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0288) - (ucs . #x1AE) ; Æ® + (->lowercase + ((name . "LATIN SMALL LETTER T WITH RETROFLEX HOOK") + (ucs . #x0288) ; ʈ + )) + (ucs . #x01AE) ; Æ® )) (define-char '((name . "LATIN CAPITAL LETTER U WITH HORN") @@ -408,11 +523,14 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0055 #x031B) - (->lowercase #x01B0) + (->lowercase + ((name . "LATIN SMALL LETTER U WITH HORN") + (ucs . #x01B0) ; Æ° + )) (latin-tcvn5712 . #xA6) ; øº“™¦ (latin-viscii-upper . #xDF) ; øº’žŸ (latin-viscii . #xBF) ; øº’žŸ - (ucs . #x1AF) ; Ư + (ucs . #x01AF) ; Ư )) (define-char '((name . "LATIN SMALL LETTER U WITH HORN") @@ -420,148 +538,181 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0075 #x031B) - (->uppercase #x01AF) - (->titlecase #x01AF) + (->uppercase + ((name . "LATIN CAPITAL LETTER U WITH HORN") + (ucs . #x01AF) ; Ư + )) (latin-tcvn5712 . #xAD) ; øº“™­ (latin-viscii-lower . #xDF) ; øº’œ¿ (latin-viscii . #xDF) ; øº’œ¿ - (ucs . #x1B0) ; Æ° + (ucs . #x01B0) ; Æ° )) (define-char '((name . "LATIN CAPITAL LETTER UPSILON") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x028A) - (ucs . #x1B1) ; Ʊ + (->lowercase + ((name . "LATIN SMALL LETTER UPSILON") + (ucs . #x028A) ; ʊ + )) + (ucs . #x01B1) ; Ʊ )) (define-char '((name . "LATIN CAPITAL LETTER V WITH HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x028B) - (ucs . #x1B2) ; Ʋ + (->lowercase + ((name . "LATIN SMALL LETTER V WITH HOOK") + (ucs . #x028B) ; ʋ + )) + (ucs . #x01B2) ; Ʋ )) (define-char '((name . "LATIN CAPITAL LETTER Y WITH HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x01B4) - (ucs . #x1B3) ; Ƴ + (->lowercase + ((name . "LATIN SMALL LETTER Y WITH HOOK") + (ucs . #x01B4) ; Æ´ + )) + (ucs . #x01B3) ; Ƴ )) (define-char '((name . "LATIN SMALL LETTER Y WITH HOOK") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x01B3) - (->titlecase #x01B3) - (ucs . #x1B4) ; Æ´ + (->uppercase + ((name . "LATIN CAPITAL LETTER Y WITH HOOK") + (ucs . #x01B3) ; Ƴ + )) + (ucs . #x01B4) ; Æ´ )) (define-char '((name . "LATIN CAPITAL LETTER Z WITH STROKE") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x01B6) - (ucs . #x1B5) ; Ƶ + (->lowercase + ((name . "LATIN SMALL LETTER Z WITH STROKE") + (ucs . #x01B6) ; ƶ + )) + (ucs . #x01B5) ; Ƶ )) (define-char '((name . "LATIN SMALL LETTER Z WITH STROKE") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x01B5) - (->titlecase #x01B5) - (ucs . #x1B6) ; ƶ + (->uppercase + ((name . "LATIN CAPITAL LETTER Z WITH STROKE") + (ucs . #x01B5) ; Ƶ + )) + (ucs . #x01B6) ; ƶ )) (define-char '((name . "LATIN CAPITAL LETTER EZH") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0292) - (ucs . #x1B7) ; Æ· + (->lowercase + ((name . "LATIN SMALL LETTER EZH") + (ucs . #x0292) ; ʒ + )) + (ucs . #x01B7) ; Æ· )) (define-char '((name . "LATIN CAPITAL LETTER EZH REVERSED") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x01B9) - (ucs . #x1B8) ; Ƹ + (->lowercase + ((name . "LATIN SMALL LETTER EZH REVERSED") + (ucs . #x01B9) ; ƹ + )) + (ucs . #x01B8) ; Ƹ )) (define-char '((name . "LATIN SMALL LETTER EZH REVERSED") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x01B8) - (->titlecase #x01B8) - (ucs . #x1B9) ; ƹ + (->uppercase + ((name . "LATIN CAPITAL LETTER EZH REVERSED") + (ucs . #x01B8) ; Ƹ + )) + (ucs . #x01B9) ; ƹ )) (define-char '((name . "LATIN SMALL LETTER EZH WITH TAIL") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x1BA) ; ƺ + (ucs . #x01BA) ; ƺ )) (define-char '((name . "LATIN LETTER TWO WITH STROKE") (general-category letter other) ; Informative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x1BB) ; Æ» + (ucs . #x01BB) ; Æ» )) (define-char '((name . "LATIN CAPITAL LETTER TONE FIVE") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x01BD) - (ucs . #x1BC) ; Ƽ + (->lowercase + ((name . "LATIN SMALL LETTER TONE FIVE") + (ucs . #x01BD) ; ƽ + )) + (ucs . #x01BC) ; Ƽ )) (define-char '((name . "LATIN SMALL LETTER TONE FIVE") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x01BC) - (->titlecase #x01BC) - (ucs . #x1BD) ; ƽ + (->uppercase + ((name . "LATIN CAPITAL LETTER TONE FIVE") + (ucs . #x01BC) ; Ƽ + )) + (ucs . #x01BD) ; ƽ )) (define-char '((name . "LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x1BE) ; ƾ + (ucs . #x01BE) ; ƾ )) (define-char '((name . "LATIN LETTER WYNN") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x01F7) - (->titlecase #x01F7) - (ucs . #x1BF) ; Æ¿ + (->uppercase + ((name . "LATIN CAPITAL LETTER WYNN") + (ucs . #x01F7) ; Ç· + )) + (ucs . #x01BF) ; Æ¿ )) (define-char '((name . "LATIN LETTER DENTAL CLICK") (general-category letter other) ; Informative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x1C0) ; ǀ + (ucs . #x01C0) ; ǀ )) (define-char '((name . "LATIN LETTER LATERAL CLICK") (general-category letter other) ; Informative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x1C1) ; ǁ + (ucs . #x01C1) ; ǁ )) (define-char '((name . "LATIN LETTER ALVEOLAR CLICK") @@ -569,14 +720,14 @@ (bidi-category . "L") (mirrored . nil) (japanese-jisx0213-1 . #x2B24) ; ø»¢¡« - (ucs . #x1C2) ; ǂ + (ucs . #x01C2) ; ǂ )) (define-char '((name . "LATIN LETTER RETROFLEX CLICK") (general-category letter other) ; Informative Category (bidi-category . "L") (mirrored . nil) - (ucs . #x1C3) ; ǃ + (ucs . #x01C3) ; ǃ )) (define-char '((name . "LATIN CAPITAL LETTER DZ WITH CARON") @@ -584,9 +735,15 @@ (bidi-category . "L") (mirrored . nil) (->decomposition compat #x0044 #x017D) - (->lowercase #x01C6) - (->titlecase #x01C5) - (ucs . #x1C4) ; DŽ + (->lowercase + ((name . "LATIN SMALL LETTER DZ WITH CARON") + (ucs . #x01C6) ; dž + )) + (->titlecase + ((name . "LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON") + (ucs . #x01C5) ; Dž + )) + (ucs . #x01C4) ; DŽ )) (define-char '((name . "LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON") @@ -594,9 +751,15 @@ (bidi-category . "L") (mirrored . nil) (->decomposition compat #x0044 #x017E) - (->uppercase #x01C4) - (->lowercase #x01C6) - (ucs . #x1C5) ; Dž + (->lowercase + ((name . "LATIN SMALL LETTER DZ WITH CARON") + (ucs . #x01C6) ; dž + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER DZ WITH CARON") + (ucs . #x01C4) ; DŽ + )) + (ucs . #x01C5) ; Dž )) (define-char '((name . "LATIN SMALL LETTER DZ WITH CARON") @@ -604,9 +767,15 @@ (bidi-category . "L") (mirrored . nil) (->decomposition compat #x0064 #x017E) - (->uppercase #x01C4) - (->titlecase #x01C5) - (ucs . #x1C6) ; dž + (->titlecase + ((name . "LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON") + (ucs . #x01C5) ; Dž + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER DZ WITH CARON") + (ucs . #x01C4) ; DŽ + )) + (ucs . #x01C6) ; dž )) (define-char '((name . "LATIN CAPITAL LETTER LJ") @@ -614,9 +783,15 @@ (bidi-category . "L") (mirrored . nil) (->decomposition compat #x004C #x004A) - (->lowercase #x01C9) - (->titlecase #x01C8) - (ucs . #x1C7) ; LJ + (->lowercase + ((name . "LATIN SMALL LETTER LJ") + (ucs . #x01C9) ; lj + )) + (->titlecase + ((name . "LATIN CAPITAL LETTER L WITH SMALL LETTER J") + (ucs . #x01C8) ; Lj + )) + (ucs . #x01C7) ; LJ )) (define-char '((name . "LATIN CAPITAL LETTER L WITH SMALL LETTER J") @@ -624,9 +799,15 @@ (bidi-category . "L") (mirrored . nil) (->decomposition compat #x004C #x006A) - (->uppercase #x01C7) - (->lowercase #x01C9) - (ucs . #x1C8) ; Lj + (->lowercase + ((name . "LATIN SMALL LETTER LJ") + (ucs . #x01C9) ; lj + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER LJ") + (ucs . #x01C7) ; LJ + )) + (ucs . #x01C8) ; Lj )) (define-char '((name . "LATIN SMALL LETTER LJ") @@ -634,9 +815,15 @@ (bidi-category . "L") (mirrored . nil) (->decomposition compat #x006C #x006A) - (->uppercase #x01C7) - (->titlecase #x01C8) - (ucs . #x1C9) ; lj + (->titlecase + ((name . "LATIN CAPITAL LETTER L WITH SMALL LETTER J") + (ucs . #x01C8) ; Lj + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER LJ") + (ucs . #x01C7) ; LJ + )) + (ucs . #x01C9) ; lj )) (define-char '((name . "LATIN CAPITAL LETTER NJ") @@ -644,9 +831,15 @@ (bidi-category . "L") (mirrored . nil) (->decomposition compat #x004E #x004A) - (->lowercase #x01CC) - (->titlecase #x01CB) - (ucs . #x1CA) ; NJ + (->lowercase + ((name . "LATIN SMALL LETTER NJ") + (ucs . #x01CC) ; nj + )) + (->titlecase + ((name . "LATIN CAPITAL LETTER N WITH SMALL LETTER J") + (ucs . #x01CB) ; Nj + )) + (ucs . #x01CA) ; NJ )) (define-char '((name . "LATIN CAPITAL LETTER N WITH SMALL LETTER J") @@ -654,9 +847,15 @@ (bidi-category . "L") (mirrored . nil) (->decomposition compat #x004E #x006A) - (->uppercase #x01CA) - (->lowercase #x01CC) - (ucs . #x1CB) ; Nj + (->lowercase + ((name . "LATIN SMALL LETTER NJ") + (ucs . #x01CC) ; nj + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER NJ") + (ucs . #x01CA) ; NJ + )) + (ucs . #x01CB) ; Nj )) (define-char '((name . "LATIN SMALL LETTER NJ") @@ -664,9 +863,15 @@ (bidi-category . "L") (mirrored . nil) (->decomposition compat #x006E #x006A) - (->uppercase #x01CA) - (->titlecase #x01CB) - (ucs . #x1CC) ; nj + (->titlecase + ((name . "LATIN CAPITAL LETTER N WITH SMALL LETTER J") + (ucs . #x01CB) ; Nj + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER NJ") + (ucs . #x01CA) ; NJ + )) + (ucs . #x01CC) ; nj )) (define-char '((name . "LATIN CAPITAL LETTER A WITH CARON") @@ -674,18 +879,30 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0041 #x030C) - (->lowercase #x01CE) - (ucs . #x1CD) ; Ǎ + (->fullwidth + ((name . "fullwidth latin capital letter a with caron") + (japanese-jisx0212 . #x2A26) ; ø»Š±£ + (japanese-jisx0213-1 . #x286F) ; ø»¢žœ + )) + (->lowercase + ((name . "LATIN SMALL LETTER A WITH CARON") + (ucs . #x01CE) ; ǎ + )) + (ucs . #x01CD) ; Ǎ )) (define-char '((name . "fullwidth latin capital letter a with caron") - (->ucs . #x01CD) ; Ǎ + (=>ucs . #x01CD) ; Ǎ (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01CD) (->lowercase ((name . "fullwidth latin small letter a with caron"))) + (<-fullwidth + ((name . "LATIN CAPITAL LETTER A WITH CARON") + (ucs . #x01CD) ; Ǎ + )) (japanese-jisx0212 . #x2A26) ; ø»Š±£ (japanese-jisx0213-1 . #x286F) ; ø»¢žœ )) @@ -695,21 +912,31 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0061 #x030C) - (->uppercase #x01CD) - (->titlecase #x01CD) - (ucs . #x1CE) ; ǎ + (->fullwidth + ((name . "fullwidth latin small letter a with caron") + (chinese-gb2312 . #x2823) ; ø»„˜ + (japanese-jisx0212 . #x2B26) ; ø»Š³ + (japanese-jisx0213-1 . #x2870) ; ø»¢ž + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER A WITH CARON") + (ucs . #x01CD) ; Ǎ + )) + (ucs . #x01CE) ; ǎ )) (define-char - '((name . "FULLWIDTH LATIN SMALL LETTER A WITH CARON") - (->ucs . #x01CE) ; ǎ + '((name . "fullwidth latin small letter a with caron") + (=>ucs . #x01CE) ; ǎ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01CE) (->uppercase - ((name . "FULLWIDTH LATIN CAPITAL LETTER A WITH CARON"))) - (->titlecase - ((name . "FULLWIDTH LATIN CAPITAL LETTER A WITH CARON"))) + ((name . "fullwidth latin capital letter a with caron"))) + (<-fullwidth + ((name . "LATIN SMALL LETTER A WITH CARON") + (ucs . #x01CE) ; ǎ + )) (chinese-gb2312 . #x2823) ; ø»„˜ (japanese-jisx0212 . #x2B26) ; ø»Š³ (japanese-jisx0213-1 . #x2870) ; ø»¢ž @@ -720,18 +947,29 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0049 #x030C) - (->lowercase #x01D0) - (ucs . #x1CF) ; Ǐ + (->fullwidth + ((name . "fullwidth latin capital letter i with caron") + (japanese-jisx0212 . #x2A43) ; ø»Š²€ + )) + (->lowercase + ((name . "LATIN SMALL LETTER I WITH CARON") + (ucs . #x01D0) ; ǐ + )) + (ucs . #x01CF) ; Ǐ )) (define-char - '((name . "FULLWIDTH LATIN CAPITAL LETTER I WITH CARON") - (->ucs . #x01CF) ; Ǐ + '((name . "fullwidth latin capital letter i with caron") + (=>ucs . #x01CF) ; Ǐ (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01CF) (->lowercase - ((name . "FULLWIDTH LATIN SMALL LETTER I WITH CARON"))) + ((name . "fullwidth latin small letter i with caron"))) + (<-fullwidth + ((name . "LATIN CAPITAL LETTER I WITH CARON") + (ucs . #x01CF) ; Ǐ + )) (japanese-jisx0212 . #x2A43) ; ø»Š²€ )) (define-char @@ -740,21 +978,31 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0069 #x030C) - (->uppercase #x01CF) - (->titlecase #x01CF) - (ucs . #x1D0) ; ǐ + (->fullwidth + ((name . "fullwidth latin small letter i with caron") + (chinese-gb2312 . #x282B) ; ø»„  + (japanese-jisx0212 . #x2B43) ; ø»Š³ž + (japanese-jisx0213-1 . #x2871) ; ø»¢žž + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER I WITH CARON") + (ucs . #x01CF) ; Ǐ + )) + (ucs . #x01D0) ; ǐ )) (define-char '((name . "fullwidth latin small letter i with caron") - (->ucs . #x01D0) ; ǐ + (=>ucs . #x01D0) ; ǐ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01D0) (->uppercase ((name . "fullwidth latin capital letter i with caron"))) - (->titlecase - ((name . "fullwidth latin capital letter i with caron"))) + (<-fullwidth + ((name . "LATIN SMALL LETTER I WITH CARON") + (ucs . #x01D0) ; ǐ + )) (chinese-gb2312 . #x282B) ; ø»„  (japanese-jisx0212 . #x2B43) ; ø»Š³ž (japanese-jisx0213-1 . #x2871) ; ø»¢žž @@ -765,18 +1013,30 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x004F #x030C) - (->lowercase #x01D2) - (ucs . #x1D1) ; Ǒ + (->fullwidth + ((name . "fullwidth latin capital letter o with caron") + (japanese-jisx0212 . #x2A55) ; ø»Š²’ + (japanese-jisx0213-1 . #x2876) ; ø»¢ž£ + )) + (->lowercase + ((name . "LATIN SMALL LETTER O WITH CARON") + (ucs . #x01D2) ; ǒ + )) + (ucs . #x01D1) ; Ǒ )) (define-char '((name . "fullwidth latin capital letter o with caron") - (->ucs . #x01D1) ; Ǒ + (=>ucs . #x01D1) ; Ǒ (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01D1) (->lowercase ((name . "fullwidth latin small letter o with caron"))) + (<-fullwidth + ((name . "LATIN CAPITAL LETTER O WITH CARON") + (ucs . #x01D1) ; Ǒ + )) (japanese-jisx0212 . #x2A55) ; ø»Š²’ (japanese-jisx0213-1 . #x2876) ; ø»¢ž£ )) @@ -786,21 +1046,31 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x006F #x030C) - (->uppercase #x01D1) - (->titlecase #x01D1) - (ucs . #x1D2) ; ǒ + (->fullwidth + ((name . "fullwidth latin small letter o with caron") + (chinese-gb2312 . #x282F) ; ø»„¤ + (japanese-jisx0212 . #x2B55) ; ø»Š³° + (japanese-jisx0213-1 . #x2877) ; ø»¢ž¤ + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER O WITH CARON") + (ucs . #x01D1) ; Ǒ + )) + (ucs . #x01D2) ; ǒ )) (define-char '((name . "fullwidth latin small letter o with caron") - (->ucs . #x01D2) ; ǒ + (=>ucs . #x01D2) ; ǒ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01D2) (->uppercase ((name . "fullwidth latin capital letter o with caron"))) - (->titlecase - ((name . "fullwidth latin capital letter o with caron"))) + (<-fullwidth + ((name . "LATIN SMALL LETTER O WITH CARON") + (ucs . #x01D2) ; ǒ + )) (chinese-gb2312 . #x282F) ; ø»„¤ (japanese-jisx0212 . #x2B55) ; ø»Š³° (japanese-jisx0213-1 . #x2877) ; ø»¢ž¤ @@ -811,18 +1081,29 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0055 #x030C) - (->lowercase #x01D4) - (ucs . #x1D3) ; Ǔ + (->fullwidth + ((name . "fullwidth latin capital letter u with caron") + (japanese-jisx0212 . #x2A67) ; ø»Š²¤ + )) + (->lowercase + ((name . "LATIN SMALL LETTER U WITH CARON") + (ucs . #x01D4) ; ǔ + )) + (ucs . #x01D3) ; Ǔ )) (define-char '((name . "fullwidth latin capital letter u with caron") - (->ucs . #x01D3) ; Ǔ + (=>ucs . #x01D3) ; Ǔ (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01D3) (->lowercase ((name . "fullwidth latin small letter u with caron"))) + (<-fullwidth + ((name . "LATIN CAPITAL LETTER U WITH CARON") + (ucs . #x01D3) ; Ǔ + )) (japanese-jisx0212 . #x2A67) ; ø»Š²¤ )) (define-char @@ -831,21 +1112,31 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0075 #x030C) - (->uppercase #x01D3) - (->titlecase #x01D3) - (ucs . #x1D4) ; ǔ + (->fullwidth + ((name . "fullwidth latin small letter u with caron") + (chinese-gb2312 . #x2833) ; ø»„¨ + (japanese-jisx0212 . #x2B67) ; ø»Š´‚ + (japanese-jisx0213-1 . #x2878) ; ø»¢ž¥ + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER U WITH CARON") + (ucs . #x01D3) ; Ǔ + )) + (ucs . #x01D4) ; ǔ )) (define-char '((name . "fullwidth latin small letter u with caron") - (->ucs . #x01D4) ; ǔ + (=>ucs . #x01D4) ; ǔ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01D4) (->uppercase ((name . "fullwidth latin capital letter u with caron"))) - (->titlecase - ((name . "fullwidth latin capital letter u with caron"))) + (<-fullwidth + ((name . "LATIN SMALL LETTER U WITH CARON") + (ucs . #x01D4) ; ǔ + )) (chinese-gb2312 . #x2833) ; ø»„¨ (japanese-jisx0212 . #x2B67) ; ø»Š´‚ (japanese-jisx0213-1 . #x2878) ; ø»¢ž¥ @@ -856,18 +1147,29 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00DC #x0304) - (->lowercase #x01D6) - (ucs . #x1D5) ; Ǖ + (->fullwidth + ((name . "fullwidth latin capital letter u with diaeresis and macron") + (japanese-jisx0212 . #x2A70) ; ø»Š²­ + )) + (->lowercase + ((name . "LATIN SMALL LETTER U WITH DIAERESIS AND MACRON") + (ucs . #x01D6) ; ǖ + )) + (ucs . #x01D5) ; Ǖ )) (define-char '((name . "fullwidth latin capital letter u with diaeresis and macron") - (->ucs . #x01D5) ; Ǖ + (=>ucs . #x01D5) ; Ǖ (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01D5) (->lowercase ((name . "fullwidth latin small letter u with diaeresis and macron"))) + (<-fullwidth + ((name . "LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON") + (ucs . #x01D5) ; Ǖ + )) (japanese-jisx0212 . #x2A70) ; ø»Š²­ )) (define-char @@ -876,21 +1178,31 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00FC #x0304) - (->uppercase #x01D5) - (->titlecase #x01D5) - (ucs . #x1D6) ; ǖ + (->fullwidth + ((name . "fullwidth latin small letter u with diaeresis and macron") + (chinese-gb2312 . #x2835) ; ø»„ª + (japanese-jisx0212 . #x2B70) ; ø»Š´‹ + (japanese-jisx0213-1 . #x2879) ; ø»¢ž¦ + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON") + (ucs . #x01D5) ; Ǖ + )) + (ucs . #x01D6) ; ǖ )) (define-char '((name . "fullwidth latin small letter u with diaeresis and macron") - (->ucs . #x01D6) ; ǖ + (=>ucs . #x01D6) ; ǖ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01D6) (->uppercase ((name . "fullwidth latin capital letter u with diaeresis and macron"))) - (->titlecase - ((name . "fullwidth latin capital letter u with diaeresis and macron"))) + (<-fullwidth + ((name . "LATIN SMALL LETTER U WITH DIAERESIS AND MACRON") + (ucs . #x01D6) ; ǖ + )) (chinese-gb2312 . #x2835) ; ø»„ª (japanese-jisx0212 . #x2B70) ; ø»Š´‹ (japanese-jisx0213-1 . #x2879) ; ø»¢ž¦ @@ -901,18 +1213,29 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00DC #x0301) - (->lowercase #x01D8) - (ucs . #x1D7) ; Ǘ + (->fullwidth + ((name . "fullwidth latin capital letter u with diaeresis and acute") + (japanese-jisx0212 . #x2A6D) ; ø»Š²ª + )) + (->lowercase + ((name . "LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE") + (ucs . #x01D8) ; ǘ + )) + (ucs . #x01D7) ; Ǘ )) (define-char '((name . "fullwidth latin capital letter u with diaeresis and acute") - (->ucs . #x01D7) ; Ǘ + (=>ucs . #x01D7) ; Ǘ (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01D7) (->lowercase ((name . "fullwidth latin small letter u with diaeresis and acute"))) + (<-fullwidth + ((name . "LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE") + (ucs . #x01D7) ; Ǘ + )) (japanese-jisx0212 . #x2A6D) ; ø»Š²ª )) (define-char @@ -921,21 +1244,31 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00FC #x0301) - (->uppercase #x01D7) - (->titlecase #x01D7) - (ucs . #x1D8) ; ǘ + (->fullwidth + ((name . "fullwidth latin small letter u with diaeresis and acute") + (chinese-gb2312 . #x2836) ; ø»„« + (japanese-jisx0212 . #x2B6D) ; ø»Š´ˆ + (japanese-jisx0213-1 . #x287A) ; ø»¢ž§ + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE") + (ucs . #x01D7) ; Ǘ + )) + (ucs . #x01D8) ; ǘ )) (define-char '((name . "fullwidth latin small letter u with diaeresis and acute") - (->ucs . #x01D8) ; ǘ + (=>ucs . #x01D8) ; ǘ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01D8) (->uppercase ((name . "fullwidth latin capital letter u with diaeresis and acute"))) - (->titlecase - ((name . "fullwidth latin capital letter u with diaeresis and acute"))) + (<-fullwidth + ((name . "LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE") + (ucs . #x01D8) ; ǘ + )) (chinese-gb2312 . #x2836) ; ø»„« (japanese-jisx0212 . #x2B6D) ; ø»Š´ˆ (japanese-jisx0213-1 . #x287A) ; ø»¢ž§ @@ -946,18 +1279,29 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00DC #x030C) - (->lowercase #x01DA) - (ucs . #x1D9) ; Ǚ + (->fullwidth + ((name . "fullwidth latin capital letter u with diaeresis and caron") + (japanese-jisx0212 . #x2A6F) ; ø»Š²¬ + )) + (->lowercase + ((name . "LATIN SMALL LETTER U WITH DIAERESIS AND CARON") + (ucs . #x01DA) ; ǚ + )) + (ucs . #x01D9) ; Ǚ )) (define-char '((name . "fullwidth latin capital letter u with diaeresis and caron") - (->ucs . #x01D9) ; Ǚ + (=>ucs . #x01D9) ; Ǚ (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01D9) (->lowercase ((name . "fullwidth latin small letter u with diaeresis and caron"))) + (<-fullwidth + ((name . "LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON") + (ucs . #x01D9) ; Ǚ + )) (japanese-jisx0212 . #x2A6F) ; ø»Š²¬ )) (define-char @@ -966,21 +1310,31 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00FC #x030C) - (->uppercase #x01D9) - (->titlecase #x01D9) - (ucs . #x1DA) ; ǚ + (->fullwidth + ((name . "fullwidth latin small letter u with diaeresis and caron") + (chinese-gb2312 . #x2837) ; ø»„¬ + (japanese-jisx0212 . #x2B6F) ; ø»Š´Š + (japanese-jisx0213-1 . #x287B) ; ø»¢ž¨ + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON") + (ucs . #x01D9) ; Ǚ + )) + (ucs . #x01DA) ; ǚ )) (define-char - '((name . "FULLWIDTH LATIN SMALL LETTER U WITH DIAERESIS AND CARON") - (->ucs . #x01DA) ; ǚ + '((name . "fullwidth latin small letter u with diaeresis and caron") + (=>ucs . #x01DA) ; ǚ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01DA) (->uppercase - ((name . "FULLWIDTH LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON"))) - (->titlecase - ((name . "FULLWIDTH LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON"))) + ((name . "fullwidth latin capital letter u with diaeresis and caron"))) + (<-fullwidth + ((name . "LATIN SMALL LETTER U WITH DIAERESIS AND CARON") + (ucs . #x01DA) ; ǚ + )) (chinese-gb2312 . #x2837) ; ø»„¬ (japanese-jisx0212 . #x2B6F) ; ø»Š´Š (japanese-jisx0213-1 . #x287B) ; ø»¢ž¨ @@ -991,18 +1345,29 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00DC #x0300) - (->lowercase #x01DC) - (ucs . #x1DB) ; Ǜ + (->fullwidth + ((name . "fullwidth latin capital letter u with diaeresis and grave") + (japanese-jisx0212 . #x2A6E) ; ø»Š²« + )) + (->lowercase + ((name . "LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE") + (ucs . #x01DC) ; ǜ + )) + (ucs . #x01DB) ; Ǜ )) (define-char - '((name . "FULLWIDTH LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE") - (->ucs . #x01DB) ; Ǜ + '((name . "fullwidth latin capital letter u with diaeresis and grave") + (=>ucs . #x01DB) ; Ǜ (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01DB) (->lowercase - ((name . "FULLWIDTH LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE"))) + ((name . "fullwidth latin small letter u with diaeresis and grave"))) + (<-fullwidth + ((name . "LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE") + (ucs . #x01DB) ; Ǜ + )) (japanese-jisx0212 . #x2A6E) ; ø»Š²« )) (define-char @@ -1011,21 +1376,31 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00FC #x0300) - (->uppercase #x01DB) - (->titlecase #x01DB) - (ucs . #x1DC) ; ǜ + (->fullwidth + ((name . "fullwidth latin small letter u with diaeresis and grave") + (chinese-gb2312 . #x2838) ; ø»„­ + (japanese-jisx0212 . #x2B6E) ; ø»Š´‰ + (japanese-jisx0213-1 . #x287C) ; ø»¢ž© + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE") + (ucs . #x01DB) ; Ǜ + )) + (ucs . #x01DC) ; ǜ )) (define-char '((name . "fullwidth latin small letter u with diaeresis and grave") - (->ucs . #x01DC) ; ǜ + (=>ucs . #x01DC) ; ǜ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01DC) (->uppercase ((name . "fullwidth latin capital letter u with diaeresis and grave"))) - (->titlecase - ((name . "fullwidth latin capital letter u with diaeresis and grave"))) + (<-fullwidth + ((name . "LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE") + (ucs . #x01DC) ; ǜ + )) (chinese-gb2312 . #x2838) ; ø»„­ (japanese-jisx0212 . #x2B6E) ; ø»Š´‰ (japanese-jisx0213-1 . #x287C) ; ø»¢ž© @@ -1035,9 +1410,11 @@ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x018E) - (->titlecase #x018E) - (ucs . #x1DD) ; ǝ + (->uppercase + ((name . "LATIN CAPITAL LETTER REVERSED E") + (ucs . #x018E) ; Ǝ + )) + (ucs . #x01DD) ; ǝ )) (define-char '((name . "LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON") @@ -1045,8 +1422,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00C4 #x0304) - (->lowercase #x01DF) - (ucs . #x1DE) ; Ǟ + (->lowercase + ((name . "LATIN SMALL LETTER A WITH DIAERESIS AND MACRON") + (ucs . #x01DF) ; ǟ + )) + (ucs . #x01DE) ; Ǟ )) (define-char '((name . "LATIN SMALL LETTER A WITH DIAERESIS AND MACRON") @@ -1054,9 +1434,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00E4 #x0304) - (->uppercase #x01DE) - (->titlecase #x01DE) - (ucs . #x1DF) ; ǟ + (->uppercase + ((name . "LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON") + (ucs . #x01DE) ; Ǟ + )) + (ucs . #x01DF) ; ǟ )) (define-char '((name . "LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON") @@ -1064,8 +1446,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0226 #x0304) - (->lowercase #x01E1) - (ucs . #x1E0) ; Ç  + (->lowercase + ((name . "LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON") + (ucs . #x01E1) ; Ç¡ + )) + (ucs . #x01E0) ; Ç  )) (define-char '((name . "LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON") @@ -1073,9 +1458,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0227 #x0304) - (->uppercase #x01E0) - (->titlecase #x01E0) - (ucs . #x1E1) ; Ç¡ + (->uppercase + ((name . "LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON") + (ucs . #x01E0) ; Ç  + )) + (ucs . #x01E1) ; Ç¡ )) (define-char '((name . "LATIN CAPITAL LETTER AE WITH MACRON") @@ -1084,8 +1471,11 @@ (mirrored . nil) (iso-10646-comment . "ash *") (->decomposition #x00C6 #x0304) - (->lowercase #x01E3) - (ucs . #x1E2) ; Ç¢ + (->lowercase + ((name . "LATIN SMALL LETTER AE WITH MACRON") + (ucs . #x01E3) ; Ç£ + )) + (ucs . #x01E2) ; Ç¢ )) (define-char '((name . "LATIN SMALL LETTER AE WITH MACRON") @@ -1094,26 +1484,33 @@ (mirrored . nil) (iso-10646-comment . "ash *") (->decomposition #x00E6 #x0304) - (->uppercase #x01E2) - (->titlecase #x01E2) - (ucs . #x1E3) ; Ç£ + (->uppercase + ((name . "LATIN CAPITAL LETTER AE WITH MACRON") + (ucs . #x01E2) ; Ç¢ + )) + (ucs . #x01E3) ; Ç£ )) (define-char '((name . "LATIN CAPITAL LETTER G WITH STROKE") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x01E5) - (ucs . #x1E4) ; Ǥ + (->lowercase + ((name . "LATIN SMALL LETTER G WITH STROKE") + (ucs . #x01E5) ; Ç¥ + )) + (ucs . #x01E4) ; Ǥ )) (define-char '((name . "LATIN SMALL LETTER G WITH STROKE") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x01E4) - (->titlecase #x01E4) - (ucs . #x1E5) ; Ç¥ + (->uppercase + ((name . "LATIN CAPITAL LETTER G WITH STROKE") + (ucs . #x01E4) ; Ǥ + )) + (ucs . #x01E5) ; Ç¥ )) (define-char '((name . "LATIN CAPITAL LETTER G WITH CARON") @@ -1121,8 +1518,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0047 #x030C) - (->lowercase #x01E7) - (ucs . #x1E6) ; Ǧ + (->lowercase + ((name . "LATIN SMALL LETTER G WITH CARON") + (ucs . #x01E7) ; ǧ + )) + (ucs . #x01E6) ; Ǧ )) (define-char '((name . "LATIN SMALL LETTER G WITH CARON") @@ -1130,9 +1530,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0067 #x030C) - (->uppercase #x01E6) - (->titlecase #x01E6) - (ucs . #x1E7) ; ǧ + (->uppercase + ((name . "LATIN CAPITAL LETTER G WITH CARON") + (ucs . #x01E6) ; Ǧ + )) + (ucs . #x01E7) ; ǧ )) (define-char '((name . "LATIN CAPITAL LETTER K WITH CARON") @@ -1140,8 +1542,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x004B #x030C) - (->lowercase #x01E9) - (ucs . #x1E8) ; Ǩ + (->lowercase + ((name . "LATIN SMALL LETTER K WITH CARON") + (ucs . #x01E9) ; Ç© + )) + (ucs . #x01E8) ; Ǩ )) (define-char '((name . "LATIN SMALL LETTER K WITH CARON") @@ -1149,9 +1554,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x006B #x030C) - (->uppercase #x01E8) - (->titlecase #x01E8) - (ucs . #x1E9) ; Ç© + (->uppercase + ((name . "LATIN CAPITAL LETTER K WITH CARON") + (ucs . #x01E8) ; Ǩ + )) + (ucs . #x01E9) ; Ç© )) (define-char '((name . "LATIN CAPITAL LETTER O WITH OGONEK") @@ -1159,8 +1566,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x004F #x0328) - (->lowercase #x01EB) - (ucs . #x1EA) ; Ǫ + (->lowercase + ((name . "LATIN SMALL LETTER O WITH OGONEK") + (ucs . #x01EB) ; Ç« + )) + (ucs . #x01EA) ; Ǫ )) (define-char '((name . "LATIN SMALL LETTER O WITH OGONEK") @@ -1168,9 +1578,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x006F #x0328) - (->uppercase #x01EA) - (->titlecase #x01EA) - (ucs . #x1EB) ; Ç« + (->uppercase + ((name . "LATIN CAPITAL LETTER O WITH OGONEK") + (ucs . #x01EA) ; Ǫ + )) + (ucs . #x01EB) ; Ç« )) (define-char '((name . "LATIN CAPITAL LETTER O WITH OGONEK AND MACRON") @@ -1178,8 +1590,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x01EA #x0304) - (->lowercase #x01ED) - (ucs . #x1EC) ; Ǭ + (->lowercase + ((name . "LATIN SMALL LETTER O WITH OGONEK AND MACRON") + (ucs . #x01ED) ; Ç­ + )) + (ucs . #x01EC) ; Ǭ )) (define-char '((name . "LATIN SMALL LETTER O WITH OGONEK AND MACRON") @@ -1187,9 +1602,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x01EB #x0304) - (->uppercase #x01EC) - (->titlecase #x01EC) - (ucs . #x1ED) ; Ç­ + (->uppercase + ((name . "LATIN CAPITAL LETTER O WITH OGONEK AND MACRON") + (ucs . #x01EC) ; Ǭ + )) + (ucs . #x01ED) ; Ç­ )) (define-char '((name . "LATIN CAPITAL LETTER EZH WITH CARON") @@ -1197,8 +1614,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x01B7 #x030C) - (->lowercase #x01EF) - (ucs . #x1EE) ; Ç® + (->lowercase + ((name . "LATIN SMALL LETTER EZH WITH CARON") + (ucs . #x01EF) ; ǯ + )) + (ucs . #x01EE) ; Ç® )) (define-char '((name . "LATIN SMALL LETTER EZH WITH CARON") @@ -1206,9 +1626,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0292 #x030C) - (->uppercase #x01EE) - (->titlecase #x01EE) - (ucs . #x1EF) ; ǯ + (->uppercase + ((name . "LATIN CAPITAL LETTER EZH WITH CARON") + (ucs . #x01EE) ; Ç® + )) + (ucs . #x01EF) ; ǯ )) (define-char '((name . "LATIN SMALL LETTER J WITH CARON") @@ -1216,7 +1638,7 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x006A #x030C) - (ucs . #x1F0) ; Ç° + (ucs . #x01F0) ; Ç° )) (define-char '((name . "LATIN CAPITAL LETTER DZ") @@ -1224,9 +1646,15 @@ (bidi-category . "L") (mirrored . nil) (->decomposition compat #x0044 #x005A) - (->lowercase #x01F3) - (->titlecase #x01F2) - (ucs . #x1F1) ; DZ + (->lowercase + ((name . "LATIN SMALL LETTER DZ") + (ucs . #x01F3) ; dz + )) + (->titlecase + ((name . "LATIN CAPITAL LETTER D WITH SMALL LETTER Z") + (ucs . #x01F2) ; Dz + )) + (ucs . #x01F1) ; DZ )) (define-char '((name . "LATIN CAPITAL LETTER D WITH SMALL LETTER Z") @@ -1234,9 +1662,15 @@ (bidi-category . "L") (mirrored . nil) (->decomposition compat #x0044 #x007A) - (->uppercase #x01F1) - (->lowercase #x01F3) - (ucs . #x1F2) ; Dz + (->lowercase + ((name . "LATIN SMALL LETTER DZ") + (ucs . #x01F3) ; dz + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER DZ") + (ucs . #x01F1) ; DZ + )) + (ucs . #x01F2) ; Dz )) (define-char '((name . "LATIN SMALL LETTER DZ") @@ -1244,9 +1678,15 @@ (bidi-category . "L") (mirrored . nil) (->decomposition compat #x0064 #x007A) - (->uppercase #x01F1) - (->titlecase #x01F2) - (ucs . #x1F3) ; dz + (->titlecase + ((name . "LATIN CAPITAL LETTER D WITH SMALL LETTER Z") + (ucs . #x01F2) ; Dz + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER DZ") + (ucs . #x01F1) ; DZ + )) + (ucs . #x01F3) ; dz )) (define-char '((name . "LATIN CAPITAL LETTER G WITH ACUTE") @@ -1254,8 +1694,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0047 #x0301) - (->lowercase #x01F5) - (ucs . #x1F4) ; Ç´ + (->lowercase + ((name . "LATIN SMALL LETTER G WITH ACUTE") + (ucs . #x01F5) ; ǵ + )) + (ucs . #x01F4) ; Ç´ )) (define-char '((name . "LATIN SMALL LETTER G WITH ACUTE") @@ -1263,21 +1706,29 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0067 #x0301) - (->uppercase #x01F4) - (->titlecase #x01F4) - (ucs . #x1F5) ; ǵ + (->fullwidth + ((name . "fullwidth latin small letter g with acute") + (japanese-jisx0212 . #x2B39) ; ø»Š³” + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER G WITH ACUTE") + (ucs . #x01F4) ; Ç´ + )) + (ucs . #x01F5) ; ǵ )) (define-char '((name . "fullwidth latin small letter g with acute") - (->ucs . #x01F5) ; ǵ + (=>ucs . #x01F5) ; ǵ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01F5) (->uppercase ((name . "fullwidth latin capital letter g with acute"))) - (->titlecase - ((name . "fullwidth latin capital letter g with acute"))) + (<-fullwidth + ((name . "LATIN SMALL LETTER G WITH ACUTE") + (ucs . #x01F5) ; ǵ + )) (japanese-jisx0212 . #x2B39) ; ø»Š³” )) (define-char @@ -1285,16 +1736,22 @@ (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0195) - (ucs . #x1F6) ; Ƕ + (->lowercase + ((name . "LATIN SMALL LETTER HV") + (ucs . #x0195) ; ƕ + )) + (ucs . #x01F6) ; Ƕ )) (define-char '((name . "LATIN CAPITAL LETTER WYNN") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x01BF) - (ucs . #x1F7) ; Ç· + (->lowercase + ((name . "LATIN LETTER WYNN") + (ucs . #x01BF) ; Æ¿ + )) + (ucs . #x01F7) ; Ç· )) (define-char '((name . "LATIN CAPITAL LETTER N WITH GRAVE") @@ -1302,8 +1759,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x004E #x0300) - (->lowercase #x01F9) - (ucs . #x1F8) ; Ǹ + (->lowercase + ((name . "LATIN SMALL LETTER N WITH GRAVE") + (ucs . #x01F9) ; ǹ + )) + (ucs . #x01F8) ; Ǹ )) (define-char '((name . "LATIN SMALL LETTER N WITH GRAVE") @@ -1311,21 +1771,29 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x006E #x0300) - (->uppercase #x01F8) - (->titlecase #x01F8) - (ucs . #x1F9) ; ǹ + (->fullwidth + ((name . "fullwidth latin small letter n with grave") + (japanese-jisx0213-1 . #x2875) ; ø»¢ž¢ + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER N WITH GRAVE") + (ucs . #x01F8) ; Ǹ + )) + (ucs . #x01F9) ; ǹ )) (define-char '((name . "fullwidth latin small letter n with grave") - (->ucs . #x01F9) ; ǹ + (=>ucs . #x01F9) ; ǹ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01F9) (->uppercase ((name . "fullwidth latin capital letter n with grave"))) - (->titlecase - ((name . "fullwidth latin capital letter n with grave"))) + (<-fullwidth + ((name . "LATIN SMALL LETTER N WITH GRAVE") + (ucs . #x01F9) ; ǹ + )) (japanese-jisx0213-1 . #x2875) ; ø»¢ž¢ )) (define-char @@ -1334,8 +1802,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00C5 #x0301) - (->lowercase #x01FB) - (ucs . #x1FA) ; Ǻ + (->lowercase + ((name . "LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE") + (ucs . #x01FB) ; Ç» + )) + (ucs . #x01FA) ; Ǻ )) (define-char '((name . "LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE") @@ -1343,9 +1814,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00E5 #x0301) - (->uppercase #x01FA) - (->titlecase #x01FA) - (ucs . #x1FB) ; Ç» + (->uppercase + ((name . "LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE") + (ucs . #x01FA) ; Ǻ + )) + (ucs . #x01FB) ; Ç» )) (define-char '((name . "LATIN CAPITAL LETTER AE WITH ACUTE") @@ -1354,8 +1827,11 @@ (mirrored . nil) (iso-10646-comment . "ash *") (->decomposition #x00C6 #x0301) - (->lowercase #x01FD) - (ucs . #x1FC) ; Ǽ + (->lowercase + ((name . "LATIN SMALL LETTER AE WITH ACUTE") + (ucs . #x01FD) ; ǽ + )) + (ucs . #x01FC) ; Ǽ )) (define-char '((name . "LATIN SMALL LETTER AE WITH ACUTE") @@ -1364,21 +1840,29 @@ (mirrored . nil) (iso-10646-comment . "ash *") (->decomposition #x00E6 #x0301) - (->uppercase #x01FC) - (->titlecase #x01FC) - (ucs . #x1FD) ; ǽ + (->fullwidth + ((name . "fullwidth latin small letter ae with acute") + (japanese-jisx0213-1 . #x2B45) ; ø»¢¢Œ + )) + (->uppercase + ((name . "LATIN CAPITAL LETTER AE WITH ACUTE") + (ucs . #x01FC) ; Ǽ + )) + (ucs . #x01FD) ; ǽ )) (define-char '((name . "fullwidth latin small letter ae with acute") - (->ucs . #x01FD) ; ǽ + (=>ucs . #x01FD) ; ǽ (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) (->decomposition wide #x01FD) (->uppercase ((name . "fullwidth latin capital letter ae with acute"))) - (->titlecase - ((name . "fullwidth latin capital letter ae with acute"))) + (<-fullwidth + ((name . "LATIN SMALL LETTER AE WITH ACUTE") + (ucs . #x01FD) ; ǽ + )) (japanese-jisx0213-1 . #x2B45) ; ø»¢¢Œ )) (define-char @@ -1387,8 +1871,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00D8 #x0301) - (->lowercase #x01FF) - (ucs . #x1FE) ; Ǿ + (->lowercase + ((name . "LATIN SMALL LETTER O WITH STROKE AND ACUTE") + (ucs . #x01FF) ; Ç¿ + )) + (ucs . #x01FE) ; Ǿ )) (define-char '((name . "LATIN SMALL LETTER O WITH STROKE AND ACUTE") @@ -1396,9 +1883,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00F8 #x0301) - (->uppercase #x01FE) - (->titlecase #x01FE) - (ucs . #x1FF) ; Ç¿ + (->uppercase + ((name . "LATIN CAPITAL LETTER O WITH STROKE AND ACUTE") + (ucs . #x01FE) ; Ǿ + )) + (ucs . #x01FF) ; Ç¿ )) (define-char '((name . "LATIN CAPITAL LETTER A WITH DOUBLE GRAVE") @@ -1406,8 +1895,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0041 #x030F) - (->lowercase #x0201) - (ucs . #x200) ; Ȁ + (->lowercase + ((name . "LATIN SMALL LETTER A WITH DOUBLE GRAVE") + (ucs . #x0201) ; ȁ + )) + (ucs . #x0200) ; Ȁ )) (define-char '((name . "LATIN SMALL LETTER A WITH DOUBLE GRAVE") @@ -1415,9 +1907,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0061 #x030F) - (->uppercase #x0200) - (->titlecase #x0200) - (ucs . #x201) ; ȁ + (->uppercase + ((name . "LATIN CAPITAL LETTER A WITH DOUBLE GRAVE") + (ucs . #x0200) ; Ȁ + )) + (ucs . #x0201) ; ȁ )) (define-char '((name . "LATIN CAPITAL LETTER A WITH INVERTED BREVE") @@ -1425,8 +1919,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0041 #x0311) - (->lowercase #x0203) - (ucs . #x202) ; Ȃ + (->lowercase + ((name . "LATIN SMALL LETTER A WITH INVERTED BREVE") + (ucs . #x0203) ; ȃ + )) + (ucs . #x0202) ; Ȃ )) (define-char '((name . "LATIN SMALL LETTER A WITH INVERTED BREVE") @@ -1434,9 +1931,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0061 #x0311) - (->uppercase #x0202) - (->titlecase #x0202) - (ucs . #x203) ; ȃ + (->uppercase + ((name . "LATIN CAPITAL LETTER A WITH INVERTED BREVE") + (ucs . #x0202) ; Ȃ + )) + (ucs . #x0203) ; ȃ )) (define-char '((name . "LATIN CAPITAL LETTER E WITH DOUBLE GRAVE") @@ -1444,8 +1943,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0045 #x030F) - (->lowercase #x0205) - (ucs . #x204) ; Ȅ + (->lowercase + ((name . "LATIN SMALL LETTER E WITH DOUBLE GRAVE") + (ucs . #x0205) ; ȅ + )) + (ucs . #x0204) ; Ȅ )) (define-char '((name . "LATIN SMALL LETTER E WITH DOUBLE GRAVE") @@ -1453,9 +1955,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0065 #x030F) - (->uppercase #x0204) - (->titlecase #x0204) - (ucs . #x205) ; ȅ + (->uppercase + ((name . "LATIN CAPITAL LETTER E WITH DOUBLE GRAVE") + (ucs . #x0204) ; Ȅ + )) + (ucs . #x0205) ; ȅ )) (define-char '((name . "LATIN CAPITAL LETTER E WITH INVERTED BREVE") @@ -1463,8 +1967,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0045 #x0311) - (->lowercase #x0207) - (ucs . #x206) ; Ȇ + (->lowercase + ((name . "LATIN SMALL LETTER E WITH INVERTED BREVE") + (ucs . #x0207) ; ȇ + )) + (ucs . #x0206) ; Ȇ )) (define-char '((name . "LATIN SMALL LETTER E WITH INVERTED BREVE") @@ -1472,9 +1979,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0065 #x0311) - (->uppercase #x0206) - (->titlecase #x0206) - (ucs . #x207) ; ȇ + (->uppercase + ((name . "LATIN CAPITAL LETTER E WITH INVERTED BREVE") + (ucs . #x0206) ; Ȇ + )) + (ucs . #x0207) ; ȇ )) (define-char '((name . "LATIN CAPITAL LETTER I WITH DOUBLE GRAVE") @@ -1482,8 +1991,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0049 #x030F) - (->lowercase #x0209) - (ucs . #x208) ; Ȉ + (->lowercase + ((name . "LATIN SMALL LETTER I WITH DOUBLE GRAVE") + (ucs . #x0209) ; ȉ + )) + (ucs . #x0208) ; Ȉ )) (define-char '((name . "LATIN SMALL LETTER I WITH DOUBLE GRAVE") @@ -1491,9 +2003,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0069 #x030F) - (->uppercase #x0208) - (->titlecase #x0208) - (ucs . #x209) ; ȉ + (->uppercase + ((name . "LATIN CAPITAL LETTER I WITH DOUBLE GRAVE") + (ucs . #x0208) ; Ȉ + )) + (ucs . #x0209) ; ȉ )) (define-char '((name . "LATIN CAPITAL LETTER I WITH INVERTED BREVE") @@ -1501,8 +2015,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0049 #x0311) - (->lowercase #x020B) - (ucs . #x20A) ; Ȋ + (->lowercase + ((name . "LATIN SMALL LETTER I WITH INVERTED BREVE") + (ucs . #x020B) ; ȋ + )) + (ucs . #x020A) ; Ȋ )) (define-char '((name . "LATIN SMALL LETTER I WITH INVERTED BREVE") @@ -1510,9 +2027,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0069 #x0311) - (->uppercase #x020A) - (->titlecase #x020A) - (ucs . #x20B) ; ȋ + (->uppercase + ((name . "LATIN CAPITAL LETTER I WITH INVERTED BREVE") + (ucs . #x020A) ; Ȋ + )) + (ucs . #x020B) ; ȋ )) (define-char '((name . "LATIN CAPITAL LETTER O WITH DOUBLE GRAVE") @@ -1520,8 +2039,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x004F #x030F) - (->lowercase #x020D) - (ucs . #x20C) ; Ȍ + (->lowercase + ((name . "LATIN SMALL LETTER O WITH DOUBLE GRAVE") + (ucs . #x020D) ; ȍ + )) + (ucs . #x020C) ; Ȍ )) (define-char '((name . "LATIN SMALL LETTER O WITH DOUBLE GRAVE") @@ -1529,9 +2051,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x006F #x030F) - (->uppercase #x020C) - (->titlecase #x020C) - (ucs . #x20D) ; ȍ + (->uppercase + ((name . "LATIN CAPITAL LETTER O WITH DOUBLE GRAVE") + (ucs . #x020C) ; Ȍ + )) + (ucs . #x020D) ; ȍ )) (define-char '((name . "LATIN CAPITAL LETTER O WITH INVERTED BREVE") @@ -1539,8 +2063,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x004F #x0311) - (->lowercase #x020F) - (ucs . #x20E) ; Ȏ + (->lowercase + ((name . "LATIN SMALL LETTER O WITH INVERTED BREVE") + (ucs . #x020F) ; ȏ + )) + (ucs . #x020E) ; Ȏ )) (define-char '((name . "LATIN SMALL LETTER O WITH INVERTED BREVE") @@ -1548,9 +2075,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x006F #x0311) - (->uppercase #x020E) - (->titlecase #x020E) - (ucs . #x20F) ; ȏ + (->uppercase + ((name . "LATIN CAPITAL LETTER O WITH INVERTED BREVE") + (ucs . #x020E) ; Ȏ + )) + (ucs . #x020F) ; ȏ )) (define-char '((name . "LATIN CAPITAL LETTER R WITH DOUBLE GRAVE") @@ -1558,8 +2087,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0052 #x030F) - (->lowercase #x0211) - (ucs . #x210) ; Ȑ + (->lowercase + ((name . "LATIN SMALL LETTER R WITH DOUBLE GRAVE") + (ucs . #x0211) ; ȑ + )) + (ucs . #x0210) ; Ȑ )) (define-char '((name . "LATIN SMALL LETTER R WITH DOUBLE GRAVE") @@ -1567,9 +2099,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0072 #x030F) - (->uppercase #x0210) - (->titlecase #x0210) - (ucs . #x211) ; ȑ + (->uppercase + ((name . "LATIN CAPITAL LETTER R WITH DOUBLE GRAVE") + (ucs . #x0210) ; Ȑ + )) + (ucs . #x0211) ; ȑ )) (define-char '((name . "LATIN CAPITAL LETTER R WITH INVERTED BREVE") @@ -1577,8 +2111,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0052 #x0311) - (->lowercase #x0213) - (ucs . #x212) ; Ȓ + (->lowercase + ((name . "LATIN SMALL LETTER R WITH INVERTED BREVE") + (ucs . #x0213) ; ȓ + )) + (ucs . #x0212) ; Ȓ )) (define-char '((name . "LATIN SMALL LETTER R WITH INVERTED BREVE") @@ -1586,9 +2123,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0072 #x0311) - (->uppercase #x0212) - (->titlecase #x0212) - (ucs . #x213) ; ȓ + (->uppercase + ((name . "LATIN CAPITAL LETTER R WITH INVERTED BREVE") + (ucs . #x0212) ; Ȓ + )) + (ucs . #x0213) ; ȓ )) (define-char '((name . "LATIN CAPITAL LETTER U WITH DOUBLE GRAVE") @@ -1596,8 +2135,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0055 #x030F) - (->lowercase #x0215) - (ucs . #x214) ; Ȕ + (->lowercase + ((name . "LATIN SMALL LETTER U WITH DOUBLE GRAVE") + (ucs . #x0215) ; ȕ + )) + (ucs . #x0214) ; Ȕ )) (define-char '((name . "LATIN SMALL LETTER U WITH DOUBLE GRAVE") @@ -1605,9 +2147,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0075 #x030F) - (->uppercase #x0214) - (->titlecase #x0214) - (ucs . #x215) ; ȕ + (->uppercase + ((name . "LATIN CAPITAL LETTER U WITH DOUBLE GRAVE") + (ucs . #x0214) ; Ȕ + )) + (ucs . #x0215) ; ȕ )) (define-char '((name . "LATIN CAPITAL LETTER U WITH INVERTED BREVE") @@ -1615,8 +2159,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0055 #x0311) - (->lowercase #x0217) - (ucs . #x216) ; Ȗ + (->lowercase + ((name . "LATIN SMALL LETTER U WITH INVERTED BREVE") + (ucs . #x0217) ; ȗ + )) + (ucs . #x0216) ; Ȗ )) (define-char '((name . "LATIN SMALL LETTER U WITH INVERTED BREVE") @@ -1624,9 +2171,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0075 #x0311) - (->uppercase #x0216) - (->titlecase #x0216) - (ucs . #x217) ; ȗ + (->uppercase + ((name . "LATIN CAPITAL LETTER U WITH INVERTED BREVE") + (ucs . #x0216) ; Ȗ + )) + (ucs . #x0217) ; ȗ )) (define-char '((name . "LATIN CAPITAL LETTER S WITH COMMA BELOW") @@ -1634,8 +2183,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0053 #x0326) - (->lowercase #x0219) - (ucs . #x218) ; Ș + (->lowercase + ((name . "LATIN SMALL LETTER S WITH COMMA BELOW") + (ucs . #x0219) ; ș + )) + (ucs . #x0218) ; Ș )) (define-char '((name . "LATIN SMALL LETTER S WITH COMMA BELOW") @@ -1643,9 +2195,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0073 #x0326) - (->uppercase #x0218) - (->titlecase #x0218) - (ucs . #x219) ; ș + (->uppercase + ((name . "LATIN CAPITAL LETTER S WITH COMMA BELOW") + (ucs . #x0218) ; Ș + )) + (ucs . #x0219) ; ș )) (define-char '((name . "LATIN CAPITAL LETTER T WITH COMMA BELOW") @@ -1653,8 +2207,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0054 #x0326) - (->lowercase #x021B) - (ucs . #x21A) ; Ț + (->lowercase + ((name . "LATIN SMALL LETTER T WITH COMMA BELOW") + (ucs . #x021B) ; ț + )) + (ucs . #x021A) ; Ț )) (define-char '((name . "LATIN SMALL LETTER T WITH COMMA BELOW") @@ -1662,26 +2219,33 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0074 #x0326) - (->uppercase #x021A) - (->titlecase #x021A) - (ucs . #x21B) ; ț + (->uppercase + ((name . "LATIN CAPITAL LETTER T WITH COMMA BELOW") + (ucs . #x021A) ; Ț + )) + (ucs . #x021B) ; ț )) (define-char '((name . "LATIN CAPITAL LETTER YOGH") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x021D) - (ucs . #x21C) ; Ȝ + (->lowercase + ((name . "LATIN SMALL LETTER YOGH") + (ucs . #x021D) ; ȝ + )) + (ucs . #x021C) ; Ȝ )) (define-char '((name . "LATIN SMALL LETTER YOGH") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x021C) - (->titlecase #x021C) - (ucs . #x21D) ; ȝ + (->uppercase + ((name . "LATIN CAPITAL LETTER YOGH") + (ucs . #x021C) ; Ȝ + )) + (ucs . #x021D) ; ȝ )) (define-char '((name . "LATIN CAPITAL LETTER H WITH CARON") @@ -1689,8 +2253,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0048 #x030C) - (->lowercase #x021F) - (ucs . #x21E) ; Ȟ + (->lowercase + ((name . "LATIN SMALL LETTER H WITH CARON") + (ucs . #x021F) ; ȟ + )) + (ucs . #x021E) ; Ȟ )) (define-char '((name . "LATIN SMALL LETTER H WITH CARON") @@ -1698,43 +2265,55 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0068 #x030C) - (->uppercase #x021E) - (->titlecase #x021E) - (ucs . #x21F) ; ȟ + (->uppercase + ((name . "LATIN CAPITAL LETTER H WITH CARON") + (ucs . #x021E) ; Ȟ + )) + (ucs . #x021F) ; ȟ )) (define-char '((name . "LATIN CAPITAL LETTER OU") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0223) - (ucs . #x222) ; È¢ + (->lowercase + ((name . "LATIN SMALL LETTER OU") + (ucs . #x0223) ; È£ + )) + (ucs . #x0222) ; È¢ )) (define-char '((name . "LATIN SMALL LETTER OU") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x0222) - (->titlecase #x0222) - (ucs . #x223) ; È£ + (->uppercase + ((name . "LATIN CAPITAL LETTER OU") + (ucs . #x0222) ; È¢ + )) + (ucs . #x0223) ; È£ )) (define-char '((name . "LATIN CAPITAL LETTER Z WITH HOOK") (general-category letter uppercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->lowercase #x0225) - (ucs . #x224) ; Ȥ + (->lowercase + ((name . "LATIN SMALL LETTER Z WITH HOOK") + (ucs . #x0225) ; È¥ + )) + (ucs . #x0224) ; Ȥ )) (define-char '((name . "LATIN SMALL LETTER Z WITH HOOK") (general-category letter lowercase) ; Normative Category (bidi-category . "L") (mirrored . nil) - (->uppercase #x0224) - (->titlecase #x0224) - (ucs . #x225) ; È¥ + (->uppercase + ((name . "LATIN CAPITAL LETTER Z WITH HOOK") + (ucs . #x0224) ; Ȥ + )) + (ucs . #x0225) ; È¥ )) (define-char '((name . "LATIN CAPITAL LETTER A WITH DOT ABOVE") @@ -1742,8 +2321,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0041 #x0307) - (->lowercase #x0227) - (ucs . #x226) ; Ȧ + (->lowercase + ((name . "LATIN SMALL LETTER A WITH DOT ABOVE") + (ucs . #x0227) ; ȧ + )) + (ucs . #x0226) ; Ȧ )) (define-char '((name . "LATIN SMALL LETTER A WITH DOT ABOVE") @@ -1751,9 +2333,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0061 #x0307) - (->uppercase #x0226) - (->titlecase #x0226) - (ucs . #x227) ; ȧ + (->uppercase + ((name . "LATIN CAPITAL LETTER A WITH DOT ABOVE") + (ucs . #x0226) ; Ȧ + )) + (ucs . #x0227) ; ȧ )) (define-char '((name . "LATIN CAPITAL LETTER E WITH CEDILLA") @@ -1761,8 +2345,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0045 #x0327) - (->lowercase #x0229) - (ucs . #x228) ; Ȩ + (->lowercase + ((name . "LATIN SMALL LETTER E WITH CEDILLA") + (ucs . #x0229) ; È© + )) + (ucs . #x0228) ; Ȩ )) (define-char '((name . "LATIN SMALL LETTER E WITH CEDILLA") @@ -1770,9 +2357,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0065 #x0327) - (->uppercase #x0228) - (->titlecase #x0228) - (ucs . #x229) ; È© + (->uppercase + ((name . "LATIN CAPITAL LETTER E WITH CEDILLA") + (ucs . #x0228) ; Ȩ + )) + (ucs . #x0229) ; È© )) (define-char '((name . "LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON") @@ -1780,8 +2369,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00D6 #x0304) - (->lowercase #x022B) - (ucs . #x22A) ; Ȫ + (->lowercase + ((name . "LATIN SMALL LETTER O WITH DIAERESIS AND MACRON") + (ucs . #x022B) ; È« + )) + (ucs . #x022A) ; Ȫ )) (define-char '((name . "LATIN SMALL LETTER O WITH DIAERESIS AND MACRON") @@ -1789,9 +2381,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00F6 #x0304) - (->uppercase #x022A) - (->titlecase #x022A) - (ucs . #x22B) ; È« + (->uppercase + ((name . "LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON") + (ucs . #x022A) ; Ȫ + )) + (ucs . #x022B) ; È« )) (define-char '((name . "LATIN CAPITAL LETTER O WITH TILDE AND MACRON") @@ -1799,8 +2393,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00D5 #x0304) - (->lowercase #x022D) - (ucs . #x22C) ; Ȭ + (->lowercase + ((name . "LATIN SMALL LETTER O WITH TILDE AND MACRON") + (ucs . #x022D) ; È­ + )) + (ucs . #x022C) ; Ȭ )) (define-char '((name . "LATIN SMALL LETTER O WITH TILDE AND MACRON") @@ -1808,9 +2405,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x00F5 #x0304) - (->uppercase #x022C) - (->titlecase #x022C) - (ucs . #x22D) ; È­ + (->uppercase + ((name . "LATIN CAPITAL LETTER O WITH TILDE AND MACRON") + (ucs . #x022C) ; Ȭ + )) + (ucs . #x022D) ; È­ )) (define-char '((name . "LATIN CAPITAL LETTER O WITH DOT ABOVE") @@ -1818,8 +2417,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x004F #x0307) - (->lowercase #x022F) - (ucs . #x22E) ; È® + (->lowercase + ((name . "LATIN SMALL LETTER O WITH DOT ABOVE") + (ucs . #x022F) ; ȯ + )) + (ucs . #x022E) ; È® )) (define-char '((name . "LATIN SMALL LETTER O WITH DOT ABOVE") @@ -1827,9 +2429,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x006F #x0307) - (->uppercase #x022E) - (->titlecase #x022E) - (ucs . #x22F) ; ȯ + (->uppercase + ((name . "LATIN CAPITAL LETTER O WITH DOT ABOVE") + (ucs . #x022E) ; È® + )) + (ucs . #x022F) ; ȯ )) (define-char '((name . "LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON") @@ -1837,8 +2441,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x022E #x0304) - (->lowercase #x0231) - (ucs . #x230) ; È° + (->lowercase + ((name . "LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON") + (ucs . #x0231) ; ȱ + )) + (ucs . #x0230) ; È° )) (define-char '((name . "LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON") @@ -1846,9 +2453,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x022F #x0304) - (->uppercase #x0230) - (->titlecase #x0230) - (ucs . #x231) ; ȱ + (->uppercase + ((name . "LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON") + (ucs . #x0230) ; È° + )) + (ucs . #x0231) ; ȱ )) (define-char '((name . "LATIN CAPITAL LETTER Y WITH MACRON") @@ -1856,8 +2465,11 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0059 #x0304) - (->lowercase #x0233) - (ucs . #x232) ; Ȳ + (->lowercase + ((name . "LATIN SMALL LETTER Y WITH MACRON") + (ucs . #x0233) ; ȳ + )) + (ucs . #x0232) ; Ȳ )) (define-char '((name . "LATIN SMALL LETTER Y WITH MACRON") @@ -1865,7 +2477,9 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x0079 #x0304) - (->uppercase #x0232) - (->titlecase #x0232) - (ucs . #x233) ; ȳ + (->uppercase + ((name . "LATIN CAPITAL LETTER Y WITH MACRON") + (ucs . #x0232) ; Ȳ + )) + (ucs . #x0233) ; ȳ ))