(define-char
'((name . "SPACE")
- (ucs . #x0020)
(general-category separator space) ; Normative Category
(bidi-category . "WS")
(mirrored . nil)
- (ascii #x20) ;
- (ipa #xFF) ;
- (latin-viscii #x20) ;
+ (ascii . #x20) ;
+ (ipa . #xFF) ;
+ (latin-viscii . #x20) ;
+ (ucs . #x20) ;
))
(define-char
'((name . "EXCLAMATION MARK")
- (ucs . #x0021)
(general-category punctuation other) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x21) ; !
- (latin-jisx0201 #x21) ;
- (latin-viscii #x21) ; !
+ (ascii . #x21) ;
+ (latin-jisx0201 . #x21) ;
+ (latin-viscii . #x21) ; !
+ (ucs . #x21) ; !
))
(define-char
'((name . "QUOTATION MARK")
- (ucs . #x0022)
(general-category punctuation other) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x22) ; "
- (latin-jisx0201 #x22) ;
- (latin-viscii #x22) ; "
- (japanese-jisx0213-1 #x22 #x30) ; "
+ (ascii . #x22) ;
+ (latin-jisx0201 . #x22) ;
+ (latin-viscii . #x22) ; "
+ (ucs . #x22) ; "
))
(define-char
'((name . "NUMBER SIGN")
- (ucs . #x0023)
(general-category punctuation other) ; Informative Category
(bidi-category . "ET")
(mirrored . nil)
- (ascii #x23) ; #
- (latin-jisx0201 #x23) ;
- (latin-viscii #x23) ; #
+ (ascii . #x23) ;
+ (latin-jisx0201 . #x23) ;
+ (latin-viscii . #x23) ; #
+ (ucs . #x23) ; #
))
(define-char
'((name . "DOLLAR SIGN")
- (ucs . #x0024)
(general-category symbol currency) ; Informative Category
(bidi-category . "ET")
(mirrored . nil)
- (ascii #x24) ; $
- (latin-jisx0201 #x24) ;
- (latin-viscii #x24) ; $
+ (ascii . #x24) ;
+ (latin-jisx0201 . #x24) ;
+ (latin-viscii . #x24) ; $
+ (ucs . #x24) ; $
))
(define-char
'((name . "PERCENT SIGN")
- (ucs . #x0025)
(general-category punctuation other) ; Informative Category
(bidi-category . "ET")
(mirrored . nil)
- (ascii #x25) ; %
- (latin-jisx0201 #x25) ;
- (latin-viscii #x25) ; %
+ (ascii . #x25) ;
+ (latin-jisx0201 . #x25) ;
+ (latin-viscii . #x25) ; %
+ (ucs . #x25) ; %
))
(define-char
'((name . "AMPERSAND")
- (ucs . #x0026)
(general-category punctuation other) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x26) ; &
- (latin-jisx0201 #x26) ;
- (latin-viscii #x26) ; &
+ (ascii . #x26) ;
+ (latin-jisx0201 . #x26) ;
+ (latin-viscii . #x26) ; &
+ (ucs . #x26) ; &
))
(define-char
'((name . "APOSTROPHE")
- (ucs . #x0027)
(general-category punctuation other) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x27) ; '
- (latin-jisx0201 #x27) ;
- (latin-viscii #x27) ; '
- (japanese-jisx0213-1 #x22 #x2F) ; '
+ (ascii . #x27) ;
+ (latin-jisx0201 . #x27) ;
+ (latin-viscii . #x27) ; '
+ (ucs . #x27) ; '
))
(define-char
'((name . "LEFT PARENTHESIS")
- (ucs . #x0028)
(general-category punctuation open) ; Informative Category
(bidi-category . "ON")
(mirrored . t)
- (ascii #x28) ; (
- (latin-jisx0201 #x28) ;
- (latin-viscii #x28) ; (
+ (ascii . #x28) ;
+ (latin-jisx0201 . #x28) ;
+ (latin-viscii . #x28) ; (
+ (ucs . #x28) ; (
))
(define-char
'((name . "RIGHT PARENTHESIS")
- (ucs . #x0029)
(general-category punctuation close) ; Informative Category
(bidi-category . "ON")
(mirrored . t)
- (ascii #x29) ; )
- (latin-jisx0201 #x29) ;
- (latin-viscii #x29) ; )
+ (ascii . #x29) ;
+ (latin-jisx0201 . #x29) ;
+ (latin-viscii . #x29) ; )
+ (ucs . #x29) ; )
))
(define-char
'((name . "ASTERISK")
- (ucs . #x002A)
(general-category punctuation other) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x2A) ; *
- (latin-jisx0201 #x2A) ;
- (latin-viscii #x2A) ; *
+ (ascii . #x2A) ;
+ (latin-jisx0201 . #x2A) ;
+ (latin-viscii . #x2A) ; *
+ (ucs . #x2A) ; *
))
(define-char
'((name . "PLUS SIGN")
- (ucs . #x002B)
(general-category symbol math) ; Informative Category
(bidi-category . "ET")
(mirrored . nil)
- (ascii #x2B) ; +
- (latin-jisx0201 #x2B) ;
- (latin-viscii #x2B) ; +
+ (ascii . #x2B) ;
+ (latin-jisx0201 . #x2B) ;
+ (latin-viscii . #x2B) ; +
+ (ucs . #x2B) ; +
))
(define-char
'((name . "COMMA")
- (ucs . #x002C)
(general-category punctuation other) ; Informative Category
(bidi-category . "CS")
(mirrored . nil)
- (ascii #x2C) ; ,
- (latin-jisx0201 #x2C) ;
- (latin-viscii #x2C) ; ,
+ (ascii . #x2C) ;
+ (latin-jisx0201 . #x2C) ;
+ (latin-viscii . #x2C) ; ,
+ (ucs . #x2C) ; ,
))
(define-char
'((name . "HYPHEN-MINUS")
- (ucs . #x002D)
(general-category punctuation dash) ; Informative Category
(bidi-category . "ET")
(mirrored . nil)
- (ascii #x2D) ; -
- (latin-jisx0201 #x2D) ;
- (latin-viscii #x2D) ; -
- (japanese-jisx0213-1 #x22 #x31) ; -
+ (ascii . #x2D) ;
+ (latin-jisx0201 . #x2D) ;
+ (latin-viscii . #x2D) ; -
+ (ucs . #x2D) ; -
))
(define-char
'((name . "FULL STOP")
- (ucs . #x002E)
(general-category punctuation other) ; Informative Category
(bidi-category . "CS")
(mirrored . nil)
- (ascii #x2E) ; .
- (latin-jisx0201 #x2E) ;
- (latin-viscii #x2E) ; .
+ (ascii . #x2E) ;
+ (latin-jisx0201 . #x2E) ;
+ (latin-viscii . #x2E) ; .
+ (ucs . #x2E) ; .
))
(define-char
'((name . "SOLIDUS")
- (ucs . #x002F)
(general-category punctuation other) ; Informative Category
(bidi-category . "ES")
(mirrored . nil)
- (ascii #x2F) ; /
- (latin-jisx0201 #x2F) ;
- (latin-viscii #x2F) ; /
+ (ascii . #x2F) ;
+ (latin-jisx0201 . #x2F) ;
+ (latin-viscii . #x2F) ; /
+ (ucs . #x2F) ; /
))
(define-char
'((name . "DIGIT ZERO")
- (ucs . #x0030)
(general-category number decimal-digit) ; Normative Category
(bidi-category . "EN")
(mirrored . nil)
(decimal-digit-value . 0)
(digit-value . 0)
(numeric-value . 0)
- (ascii #x30) ; 0
- (latin-jisx0201 #x30) ;
- (latin-viscii #x30) ; 0
+ (ascii . #x30) ;
+ (latin-jisx0201 . #x30) ;
+ (latin-viscii . #x30) ; 0
+ (ucs . #x30) ; 0
))
(define-char
'((name . "DIGIT ONE")
- (ucs . #x0031)
(general-category number decimal-digit) ; Normative Category
(bidi-category . "EN")
(mirrored . nil)
(decimal-digit-value . 1)
(digit-value . 1)
(numeric-value . 1)
- (ascii #x31) ; 1
- (latin-jisx0201 #x31) ;
- (latin-viscii #x31) ; 1
+ (ascii . #x31) ;
+ (latin-jisx0201 . #x31) ;
+ (latin-viscii . #x31) ; 1
+ (ucs . #x31) ; 1
))
(define-char
'((name . "DIGIT TWO")
- (ucs . #x0032)
(general-category number decimal-digit) ; Normative Category
(bidi-category . "EN")
(mirrored . nil)
(decimal-digit-value . 2)
(digit-value . 2)
(numeric-value . 2)
- (ascii #x32) ; 2
- (latin-jisx0201 #x32) ;
- (latin-viscii #x32) ; 2
+ (ascii . #x32) ;
+ (latin-jisx0201 . #x32) ;
+ (latin-viscii . #x32) ; 2
+ (ucs . #x32) ; 2
))
(define-char
'((name . "DIGIT THREE")
- (ucs . #x0033)
(general-category number decimal-digit) ; Normative Category
(bidi-category . "EN")
(mirrored . nil)
(decimal-digit-value . 3)
(digit-value . 3)
(numeric-value . 3)
- (ascii #x33) ; 3
- (latin-jisx0201 #x33) ;
- (latin-viscii #x33) ; 3
+ (ascii . #x33) ;
+ (latin-jisx0201 . #x33) ;
+ (latin-viscii . #x33) ; 3
+ (ucs . #x33) ; 3
))
(define-char
'((name . "DIGIT FOUR")
- (ucs . #x0034)
(general-category number decimal-digit) ; Normative Category
(bidi-category . "EN")
(mirrored . nil)
(decimal-digit-value . 4)
(digit-value . 4)
(numeric-value . 4)
- (ascii #x34) ; 4
- (latin-jisx0201 #x34) ;
- (latin-viscii #x34) ; 4
+ (ascii . #x34) ;
+ (latin-jisx0201 . #x34) ;
+ (latin-viscii . #x34) ; 4
+ (ucs . #x34) ; 4
))
(define-char
'((name . "DIGIT FIVE")
- (ucs . #x0035)
(general-category number decimal-digit) ; Normative Category
(bidi-category . "EN")
(mirrored . nil)
(decimal-digit-value . 5)
(digit-value . 5)
(numeric-value . 5)
- (ascii #x35) ; 5
- (latin-jisx0201 #x35) ;
- (latin-viscii #x35) ; 5
+ (ascii . #x35) ;
+ (latin-jisx0201 . #x35) ;
+ (latin-viscii . #x35) ; 5
+ (ucs . #x35) ; 5
))
(define-char
'((name . "DIGIT SIX")
- (ucs . #x0036)
(general-category number decimal-digit) ; Normative Category
(bidi-category . "EN")
(mirrored . nil)
(decimal-digit-value . 6)
(digit-value . 6)
(numeric-value . 6)
- (ascii #x36) ; 6
- (latin-jisx0201 #x36) ;
- (latin-viscii #x36) ; 6
+ (ascii . #x36) ;
+ (latin-jisx0201 . #x36) ;
+ (latin-viscii . #x36) ; 6
+ (ucs . #x36) ; 6
))
(define-char
'((name . "DIGIT SEVEN")
- (ucs . #x0037)
(general-category number decimal-digit) ; Normative Category
(bidi-category . "EN")
(mirrored . nil)
(decimal-digit-value . 7)
(digit-value . 7)
(numeric-value . 7)
- (ascii #x37) ; 7
- (latin-jisx0201 #x37) ;
- (latin-viscii #x37) ; 7
+ (ascii . #x37) ;
+ (latin-jisx0201 . #x37) ;
+ (latin-viscii . #x37) ; 7
+ (ucs . #x37) ; 7
))
(define-char
'((name . "DIGIT EIGHT")
- (ucs . #x0038)
(general-category number decimal-digit) ; Normative Category
(bidi-category . "EN")
(mirrored . nil)
(decimal-digit-value . 8)
(digit-value . 8)
(numeric-value . 8)
- (ascii #x38) ; 8
- (latin-jisx0201 #x38) ;
- (latin-viscii #x38) ; 8
+ (ascii . #x38) ;
+ (latin-jisx0201 . #x38) ;
+ (latin-viscii . #x38) ; 8
+ (ucs . #x38) ; 8
))
(define-char
'((name . "DIGIT NINE")
- (ucs . #x0039)
(general-category number decimal-digit) ; Normative Category
(bidi-category . "EN")
(mirrored . nil)
(decimal-digit-value . 9)
(digit-value . 9)
(numeric-value . 9)
- (ascii #x39) ; 9
- (latin-jisx0201 #x39) ;
- (latin-viscii #x39) ; 9
+ (ascii . #x39) ;
+ (latin-jisx0201 . #x39) ;
+ (latin-viscii . #x39) ; 9
+ (ucs . #x39) ; 9
))
(define-char
'((name . "COLON")
- (ucs . #x003A)
(general-category punctuation other) ; Informative Category
(bidi-category . "CS")
(mirrored . nil)
- (ascii #x3A) ; :
- (latin-jisx0201 #x3A) ;
- (latin-viscii #x3A) ; :
+ (ascii . #x3A) ;
+ (latin-jisx0201 . #x3A) ;
+ (latin-viscii . #x3A) ; :
+ (ucs . #x3A) ; :
))
(define-char
'((name . "SEMICOLON")
- (ucs . #x003B)
(general-category punctuation other) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x3B) ; ;
- (latin-jisx0201 #x3B) ;
- (latin-viscii #x3B) ; ;
+ (ascii . #x3B) ;
+ (latin-jisx0201 . #x3B) ;
+ (latin-viscii . #x3B) ; ;
+ (ucs . #x3B) ; ;
))
(define-char
'((name . "LESS-THAN SIGN")
- (ucs . #x003C)
(general-category symbol math) ; Informative Category
(bidi-category . "ON")
(mirrored . t)
- (ascii #x3C) ; <
- (latin-jisx0201 #x3C) ;
- (latin-viscii #x3C) ; <
+ (ascii . #x3C) ;
+ (latin-jisx0201 . #x3C) ;
+ (latin-viscii . #x3C) ; <
+ (ucs . #x3C) ; <
))
(define-char
'((name . "EQUALS SIGN")
- (ucs . #x003D)
(general-category symbol math) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x3D) ; =
- (latin-jisx0201 #x3D) ;
- (latin-viscii #x3D) ; =
+ (ascii . #x3D) ;
+ (latin-jisx0201 . #x3D) ;
+ (latin-viscii . #x3D) ; =
+ (ucs . #x3D) ; =
))
(define-char
'((name . "GREATER-THAN SIGN")
- (ucs . #x003E)
(general-category symbol math) ; Informative Category
(bidi-category . "ON")
(mirrored . t)
- (ascii #x3E) ; >
- (latin-jisx0201 #x3E) ;
- (latin-viscii #x3E) ; >
+ (ascii . #x3E) ;
+ (latin-jisx0201 . #x3E) ;
+ (latin-viscii . #x3E) ; >
+ (ucs . #x3E) ; >
))
(define-char
'((name . "QUESTION MARK")
- (ucs . #x003F)
(general-category punctuation other) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x3F) ; ?
- (latin-jisx0201 #x3F) ;
- (latin-viscii #x3F) ; ?
+ (ascii . #x3F) ;
+ (latin-jisx0201 . #x3F) ;
+ (latin-viscii . #x3F) ; ?
+ (ucs . #x3F) ; ?
))
(define-char
'((name . "COMMERCIAL AT")
- (ucs . #x0040)
(general-category punctuation other) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x40) ; @
- (latin-jisx0201 #x40) ;
- (latin-viscii #x40) ; @
+ (ascii . #x40) ;
+ (latin-jisx0201 . #x40) ;
+ (latin-viscii . #x40) ; @
+ (ucs . #x40) ; @
))
(define-char
'((name . "LATIN CAPITAL LETTER A")
- (ucs . #x0041)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0061)
- (ascii #x41) ; A
- (latin-jisx0201 #x41) ;
- (latin-viscii #x41) ; A
+ (ascii . #x41) ;
+ (latin-jisx0201 . #x41) ;
+ (latin-viscii . #x41) ; A
+ (ucs . #x41) ; A
))
(define-char
'((name . "LATIN CAPITAL LETTER B")
- (ucs . #x0042)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0062)
- (ascii #x42) ; B
- (latin-jisx0201 #x42) ;
- (latin-viscii #x42) ; B
+ (ascii . #x42) ;
+ (latin-jisx0201 . #x42) ;
+ (latin-viscii . #x42) ; B
+ (ucs . #x42) ; B
))
(define-char
'((name . "LATIN CAPITAL LETTER C")
- (ucs . #x0043)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0063)
- (ascii #x43) ; C
- (latin-jisx0201 #x43) ;
- (latin-viscii #x43) ; C
+ (ascii . #x43) ;
+ (latin-jisx0201 . #x43) ;
+ (latin-viscii . #x43) ; C
+ (ucs . #x43) ; C
))
(define-char
'((name . "LATIN CAPITAL LETTER D")
- (ucs . #x0044)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0064)
- (ascii #x44) ; D
- (latin-jisx0201 #x44) ;
- (latin-viscii #x44) ; D
+ (ascii . #x44) ;
+ (latin-jisx0201 . #x44) ;
+ (latin-viscii . #x44) ; D
+ (ucs . #x44) ; D
))
(define-char
'((name . "LATIN CAPITAL LETTER E")
- (ucs . #x0045)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0065)
- (ascii #x45) ; E
- (latin-jisx0201 #x45) ;
- (latin-viscii #x45) ; E
+ (ascii . #x45) ;
+ (latin-jisx0201 . #x45) ;
+ (latin-viscii . #x45) ; E
+ (ucs . #x45) ; E
))
(define-char
'((name . "LATIN CAPITAL LETTER F")
- (ucs . #x0046)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0066)
- (ascii #x46) ; F
- (latin-jisx0201 #x46) ;
- (latin-viscii #x46) ; F
+ (ascii . #x46) ;
+ (latin-jisx0201 . #x46) ;
+ (latin-viscii . #x46) ; F
+ (ucs . #x46) ; F
))
(define-char
'((name . "LATIN CAPITAL LETTER G")
- (ucs . #x0047)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0067)
- (ascii #x47) ; G
- (latin-jisx0201 #x47) ;
- (latin-viscii #x47) ; G
+ (ascii . #x47) ;
+ (latin-jisx0201 . #x47) ;
+ (latin-viscii . #x47) ; G
+ (ucs . #x47) ; G
))
(define-char
'((name . "LATIN CAPITAL LETTER H")
- (ucs . #x0048)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0068)
- (ascii #x48) ; H
- (latin-jisx0201 #x48) ;
- (latin-viscii #x48) ; H
+ (ascii . #x48) ;
+ (latin-jisx0201 . #x48) ;
+ (latin-viscii . #x48) ; H
+ (ucs . #x48) ; H
))
(define-char
'((name . "LATIN CAPITAL LETTER I")
- (ucs . #x0049)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0069)
- (ascii #x49) ; I
- (latin-jisx0201 #x49) ;
- (latin-viscii #x49) ; I
+ (ascii . #x49) ;
+ (latin-jisx0201 . #x49) ;
+ (latin-viscii . #x49) ; I
+ (ucs . #x49) ; I
))
(define-char
'((name . "LATIN CAPITAL LETTER J")
- (ucs . #x004A)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x006A)
- (ascii #x4A) ; J
- (latin-jisx0201 #x4A) ;
- (latin-viscii #x4A) ; J
+ (ascii . #x4A) ;
+ (latin-jisx0201 . #x4A) ;
+ (latin-viscii . #x4A) ; J
+ (ucs . #x4A) ; J
))
(define-char
'((name . "LATIN CAPITAL LETTER K")
- (ucs . #x004B)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x006B)
- (ascii #x4B) ; K
- (latin-jisx0201 #x4B) ;
- (latin-viscii #x4B) ; K
+ (ascii . #x4B) ;
+ (latin-jisx0201 . #x4B) ;
+ (latin-viscii . #x4B) ; K
+ (ucs . #x4B) ; K
))
(define-char
'((name . "LATIN CAPITAL LETTER L")
- (ucs . #x004C)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x006C)
- (ascii #x4C) ; L
- (latin-jisx0201 #x4C) ;
- (latin-viscii #x4C) ; L
+ (ascii . #x4C) ;
+ (latin-jisx0201 . #x4C) ;
+ (latin-viscii . #x4C) ; L
+ (ucs . #x4C) ; L
))
(define-char
'((name . "LATIN CAPITAL LETTER M")
- (ucs . #x004D)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x006D)
- (ascii #x4D) ; M
- (latin-jisx0201 #x4D) ;
- (latin-viscii #x4D) ; M
+ (ascii . #x4D) ;
+ (latin-jisx0201 . #x4D) ;
+ (latin-viscii . #x4D) ; M
+ (ucs . #x4D) ; M
))
(define-char
'((name . "LATIN CAPITAL LETTER N")
- (ucs . #x004E)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x006E)
- (ascii #x4E) ; N
- (latin-jisx0201 #x4E) ;
- (latin-viscii #x4E) ; N
+ (ascii . #x4E) ;
+ (latin-jisx0201 . #x4E) ;
+ (latin-viscii . #x4E) ; N
+ (ucs . #x4E) ; N
))
(define-char
'((name . "LATIN CAPITAL LETTER O")
- (ucs . #x004F)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x006F)
- (ascii #x4F) ; O
- (latin-jisx0201 #x4F) ;
- (latin-viscii #x4F) ; O
+ (ascii . #x4F) ;
+ (latin-jisx0201 . #x4F) ;
+ (latin-viscii . #x4F) ; O
+ (ucs . #x4F) ; O
))
(define-char
'((name . "LATIN CAPITAL LETTER P")
- (ucs . #x0050)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0070)
- (ascii #x50) ; P
- (latin-jisx0201 #x50) ;
- (latin-viscii #x50) ; P
+ (ascii . #x50) ;
+ (latin-jisx0201 . #x50) ;
+ (latin-viscii . #x50) ; P
+ (ucs . #x50) ; P
))
(define-char
'((name . "LATIN CAPITAL LETTER Q")
- (ucs . #x0051)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0071)
- (ascii #x51) ; Q
- (latin-jisx0201 #x51) ;
- (latin-viscii #x51) ; Q
+ (ascii . #x51) ;
+ (latin-jisx0201 . #x51) ;
+ (latin-viscii . #x51) ; Q
+ (ucs . #x51) ; Q
))
(define-char
'((name . "LATIN CAPITAL LETTER R")
- (ucs . #x0052)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0072)
- (ascii #x52) ; R
- (latin-jisx0201 #x52) ;
- (latin-viscii #x52) ; R
+ (ascii . #x52) ;
+ (latin-jisx0201 . #x52) ;
+ (latin-viscii . #x52) ; R
+ (ucs . #x52) ; R
))
(define-char
'((name . "LATIN CAPITAL LETTER S")
- (ucs . #x0053)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0073)
- (ascii #x53) ; S
- (latin-jisx0201 #x53) ;
- (latin-viscii #x53) ; S
+ (ascii . #x53) ;
+ (latin-jisx0201 . #x53) ;
+ (latin-viscii . #x53) ; S
+ (ucs . #x53) ; S
))
(define-char
'((name . "LATIN CAPITAL LETTER T")
- (ucs . #x0054)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0074)
- (ascii #x54) ; T
- (latin-jisx0201 #x54) ;
- (latin-viscii #x54) ; T
+ (ascii . #x54) ;
+ (latin-jisx0201 . #x54) ;
+ (latin-viscii . #x54) ; T
+ (ucs . #x54) ; T
))
(define-char
'((name . "LATIN CAPITAL LETTER U")
- (ucs . #x0055)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0075)
- (ascii #x55) ; U
- (latin-jisx0201 #x55) ;
- (latin-viscii #x55) ; U
+ (ascii . #x55) ;
+ (latin-jisx0201 . #x55) ;
+ (latin-viscii . #x55) ; U
+ (ucs . #x55) ; U
))
(define-char
'((name . "LATIN CAPITAL LETTER V")
- (ucs . #x0056)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0076)
- (ascii #x56) ; V
- (latin-jisx0201 #x56) ;
- (latin-viscii #x56) ; V
+ (ascii . #x56) ;
+ (latin-jisx0201 . #x56) ;
+ (latin-viscii . #x56) ; V
+ (ucs . #x56) ; V
))
(define-char
'((name . "LATIN CAPITAL LETTER W")
- (ucs . #x0057)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0077)
- (ascii #x57) ; W
- (latin-jisx0201 #x57) ;
- (latin-viscii #x57) ; W
+ (ascii . #x57) ;
+ (latin-jisx0201 . #x57) ;
+ (latin-viscii . #x57) ; W
+ (ucs . #x57) ; W
))
(define-char
'((name . "LATIN CAPITAL LETTER X")
- (ucs . #x0058)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0078)
- (ascii #x58) ; X
- (latin-jisx0201 #x58) ;
- (latin-viscii #x58) ; X
+ (ascii . #x58) ;
+ (latin-jisx0201 . #x58) ;
+ (latin-viscii . #x58) ; X
+ (ucs . #x58) ; X
))
(define-char
'((name . "LATIN CAPITAL LETTER Y")
- (ucs . #x0059)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x0079)
- (ascii #x59) ; Y
- (latin-jisx0201 #x59) ;
- (latin-viscii #x59) ; Y
+ (ascii . #x59) ;
+ (latin-jisx0201 . #x59) ;
+ (latin-viscii . #x59) ; Y
+ (ucs . #x59) ; Y
))
(define-char
'((name . "LATIN CAPITAL LETTER Z")
- (ucs . #x005A)
(general-category letter uppercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->lowercase #x007A)
- (ascii #x5A) ; Z
- (latin-jisx0201 #x5A) ;
- (latin-viscii #x5A) ; Z
+ (ascii . #x5A) ;
+ (latin-jisx0201 . #x5A) ;
+ (latin-viscii . #x5A) ; Z
+ (ucs . #x5A) ; Z
))
(define-char
'((name . "LEFT SQUARE BRACKET")
- (ucs . #x005B)
(general-category punctuation open) ; Informative Category
(bidi-category . "ON")
(mirrored . t)
- (ascii #x5B) ; [
- (latin-jisx0201 #x5B) ;
- (latin-viscii #x5B) ; [
+ (ascii . #x5B) ;
+ (latin-jisx0201 . #x5B) ;
+ (latin-viscii . #x5B) ; [
+ (ucs . #x5B) ; [
))
(define-char
'((name . "REVERSE SOLIDUS")
- (ucs . #x005C)
(general-category punctuation other) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x5C) ; \
- (latin-viscii #x5C) ; \
+ (ascii . #x5C) ;
+ (latin-viscii . #x5C) ; \
+ (ucs . #x5C) ; \
))
(define-char
'((name . "RIGHT SQUARE BRACKET")
- (ucs . #x005D)
(general-category punctuation close) ; Informative Category
(bidi-category . "ON")
(mirrored . t)
- (ascii #x5D) ; ]
- (latin-jisx0201 #x5D) ;
- (latin-viscii #x5D) ; ]
+ (ascii . #x5D) ;
+ (latin-jisx0201 . #x5D) ;
+ (latin-viscii . #x5D) ; ]
+ (ucs . #x5D) ; ]
))
(define-char
'((name . "CIRCUMFLEX ACCENT")
- (ucs . #x005E)
(general-category symbol modifier) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x5E) ; ^
- (latin-jisx0201 #x5E) ;
- (latin-viscii #x5E) ; ^
+ (ascii . #x5E) ;
+ (latin-jisx0201 . #x5E) ;
+ (latin-viscii . #x5E) ; ^
+ (ucs . #x5E) ; ^
))
(define-char
'((name . "LOW LINE")
- (ucs . #x005F)
(general-category punctuation connector) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x5F) ; _
- (latin-jisx0201 #x5F) ;
- (latin-viscii #x5F) ; _
+ (ascii . #x5F) ;
+ (latin-jisx0201 . #x5F) ;
+ (latin-viscii . #x5F) ; _
+ (ucs . #x5F) ; _
))
(define-char
'((name . "GRAVE ACCENT")
- (ucs . #x0060)
(general-category symbol modifier) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x60) ; `
- (latin-jisx0201 #x60) ;
- (latin-viscii #x60) ; `
+ (ascii . #x60) ;
+ (latin-jisx0201 . #x60) ;
+ (latin-viscii . #x60) ; `
+ (ucs . #x60) ; `
))
(define-char
'((name . "LATIN SMALL LETTER A")
- (ucs . #x0061)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0041)
(->titlecase #x0041)
- (ascii #x61) ; a
- (latin-jisx0201 #x61) ;
- (ipa #xA5) ;
- (latin-viscii #x61) ; a
+ (ascii . #x61) ;
+ (latin-jisx0201 . #x61) ;
+ (ipa . #xA5) ;
+ (latin-viscii . #x61) ; a
+ (ucs . #x61) ; a
))
(define-char
'((name . "LATIN SMALL LETTER B")
- (ucs . #x0062)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0042)
(->titlecase #x0042)
- (ascii #x62) ; b
- (latin-jisx0201 #x62) ;
- (ipa #xC1) ;
- (latin-viscii #x62) ; b
+ (ascii . #x62) ;
+ (latin-jisx0201 . #x62) ;
+ (ipa . #xC1) ;
+ (latin-viscii . #x62) ; b
+ (ucs . #x62) ; b
))
(define-char
'((name . "LATIN SMALL LETTER C")
- (ucs . #x0063)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0043)
(->titlecase #x0043)
- (ascii #x63) ; c
- (latin-jisx0201 #x63) ;
- (latin-viscii #x63) ; c
+ (ascii . #x63) ;
+ (latin-jisx0201 . #x63) ;
+ (latin-viscii . #x63) ; c
+ (ucs . #x63) ; c
))
(define-char
'((name . "LATIN SMALL LETTER D")
- (ucs . #x0064)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0044)
(->titlecase #x0044)
- (ascii #x64) ; d
- (latin-jisx0201 #x64) ;
- (ipa #xC3) ;
- (latin-viscii #x64) ; d
+ (ascii . #x64) ;
+ (latin-jisx0201 . #x64) ;
+ (ipa . #xC3) ;
+ (latin-viscii . #x64) ; d
+ (ucs . #x64) ; d
))
(define-char
'((name . "LATIN SMALL LETTER E")
- (ucs . #x0065)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0045)
(->titlecase #x0045)
- (ascii #x65) ; e
- (latin-jisx0201 #x65) ;
- (ipa #xA2) ;
- (latin-viscii #x65) ; e
+ (ascii . #x65) ;
+ (latin-jisx0201 . #x65) ;
+ (ipa . #xA2) ;
+ (latin-viscii . #x65) ; e
+ (ucs . #x65) ; e
))
(define-char
'((name . "LATIN SMALL LETTER F")
- (ucs . #x0066)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0046)
(->titlecase #x0046)
- (ascii #x66) ; f
- (latin-jisx0201 #x66) ;
- (ipa #xC6) ;
- (latin-viscii #x66) ; f
+ (ascii . #x66) ;
+ (latin-jisx0201 . #x66) ;
+ (ipa . #xC6) ;
+ (latin-viscii . #x66) ; f
+ (ucs . #x66) ; f
))
(define-char
'((name . "LATIN SMALL LETTER G")
- (ucs . #x0067)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0047)
(->titlecase #x0047)
- (ascii #x67) ; g
- (latin-jisx0201 #x67) ;
- (ipa #xC5) ;
- (latin-viscii #x67) ; g
+ (ascii . #x67) ;
+ (latin-jisx0201 . #x67) ;
+ (ipa . #xC5) ;
+ (latin-viscii . #x67) ; g
+ (ucs . #x67) ; g
))
(define-char
'((name . "LATIN SMALL LETTER H")
- (ucs . #x0068)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0048)
(->titlecase #x0048)
- (ascii #x68) ; h
- (latin-jisx0201 #x68) ;
- (ipa #xD1) ;
- (latin-viscii #x68) ; h
+ (ascii . #x68) ;
+ (latin-jisx0201 . #x68) ;
+ (ipa . #xD1) ;
+ (latin-viscii . #x68) ; h
+ (ucs . #x68) ; h
))
(define-char
'((name . "LATIN SMALL LETTER I")
- (ucs . #x0069)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0049)
(->titlecase #x0049)
- (ascii #x69) ; i
- (latin-jisx0201 #x69) ;
- (ipa #xA0) ;
- (latin-viscii #x69) ; i
+ (ascii . #x69) ;
+ (latin-jisx0201 . #x69) ;
+ (ipa . #xA0) ;
+ (latin-viscii . #x69) ; i
+ (ucs . #x69) ; i
))
(define-char
'((name . "LATIN SMALL LETTER J")
- (ucs . #x006A)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x004A)
(->titlecase #x004A)
- (ascii #x6A) ; j
- (latin-jisx0201 #x6A) ;
- (ipa #xD9) ;
- (latin-viscii #x6A) ; j
+ (ascii . #x6A) ;
+ (latin-jisx0201 . #x6A) ;
+ (ipa . #xD9) ;
+ (latin-viscii . #x6A) ; j
+ (ucs . #x6A) ; j
))
(define-char
'((name . "LATIN SMALL LETTER K")
- (ucs . #x006B)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x004B)
(->titlecase #x004B)
- (ascii #x6B) ; k
- (latin-jisx0201 #x6B) ;
- (ipa #xC4) ;
- (latin-viscii #x6B) ; k
+ (ascii . #x6B) ;
+ (latin-jisx0201 . #x6B) ;
+ (ipa . #xC4) ;
+ (latin-viscii . #x6B) ; k
+ (ucs . #x6B) ; k
))
(define-char
'((name . "LATIN SMALL LETTER L")
- (ucs . #x006C)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x004C)
(->titlecase #x004C)
- (ascii #x6C) ; l
- (latin-jisx0201 #x6C) ;
- (ipa #xDA) ;
- (latin-viscii #x6C) ; l
+ (ascii . #x6C) ;
+ (latin-jisx0201 . #x6C) ;
+ (ipa . #xDA) ;
+ (latin-viscii . #x6C) ; l
+ (ucs . #x6C) ; l
))
(define-char
'((name . "LATIN SMALL LETTER M")
- (ucs . #x006D)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x004D)
(->titlecase #x004D)
- (ascii #x6D) ; m
- (latin-jisx0201 #x6D) ;
- (ipa #xD2) ;
- (latin-viscii #x6D) ; m
+ (ascii . #x6D) ;
+ (latin-jisx0201 . #x6D) ;
+ (ipa . #xD2) ;
+ (latin-viscii . #x6D) ; m
+ (ucs . #x6D) ; m
))
(define-char
'((name . "LATIN SMALL LETTER N")
- (ucs . #x006E)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x004E)
(->titlecase #x004E)
- (ascii #x6E) ; n
- (latin-jisx0201 #x6E) ;
- (ipa #xD3) ;
- (latin-viscii #x6E) ; n
+ (ascii . #x6E) ;
+ (latin-jisx0201 . #x6E) ;
+ (ipa . #xD3) ;
+ (latin-viscii . #x6E) ; n
+ (ucs . #x6E) ; n
))
(define-char
'((name . "LATIN SMALL LETTER O")
- (ucs . #x006F)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x004F)
(->titlecase #x004F)
- (ascii #x6F) ; o
- (latin-jisx0201 #x6F) ;
- (ipa #xB6) ;
- (latin-viscii #x6F) ; o
+ (ascii . #x6F) ;
+ (latin-jisx0201 . #x6F) ;
+ (ipa . #xB6) ;
+ (latin-viscii . #x6F) ; o
+ (ucs . #x6F) ; o
))
(define-char
'((name . "LATIN SMALL LETTER P")
- (ucs . #x0070)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0050)
(->titlecase #x0050)
- (ascii #x70) ; p
- (latin-jisx0201 #x70) ;
- (ipa #xC0) ;
- (latin-viscii #x70) ; p
+ (ascii . #x70) ;
+ (latin-jisx0201 . #x70) ;
+ (ipa . #xC0) ;
+ (latin-viscii . #x70) ; p
+ (ucs . #x70) ; p
))
(define-char
'((name . "LATIN SMALL LETTER Q")
- (ucs . #x0071)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0051)
(->titlecase #x0051)
- (ascii #x71) ; q
- (latin-jisx0201 #x71) ;
- (latin-viscii #x71) ; q
+ (ascii . #x71) ;
+ (latin-jisx0201 . #x71) ;
+ (latin-viscii . #x71) ; q
+ (ucs . #x71) ; q
))
(define-char
'((name . "LATIN SMALL LETTER R")
- (ucs . #x0072)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0052)
(->titlecase #x0052)
- (ascii #x72) ; r
- (latin-jisx0201 #x72) ;
- (ipa #xD6) ;
- (latin-viscii #x72) ; r
+ (ascii . #x72) ;
+ (latin-jisx0201 . #x72) ;
+ (ipa . #xD6) ;
+ (latin-viscii . #x72) ; r
+ (ucs . #x72) ; r
))
(define-char
'((name . "LATIN SMALL LETTER S")
- (ucs . #x0073)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0053)
(->titlecase #x0053)
- (ascii #x73) ; s
- (latin-jisx0201 #x73) ;
- (ipa #xCA) ;
- (latin-viscii #x73) ; s
+ (ascii . #x73) ;
+ (latin-jisx0201 . #x73) ;
+ (ipa . #xCA) ;
+ (latin-viscii . #x73) ; s
+ (ucs . #x73) ; s
))
(define-char
'((name . "LATIN SMALL LETTER T")
- (ucs . #x0074)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0054)
(->titlecase #x0054)
- (ascii #x74) ; t
- (latin-jisx0201 #x74) ;
- (ipa #xC2) ;
- (latin-viscii #x74) ; t
+ (ascii . #x74) ;
+ (latin-jisx0201 . #x74) ;
+ (ipa . #xC2) ;
+ (latin-viscii . #x74) ; t
+ (ucs . #x74) ; t
))
(define-char
'((name . "LATIN SMALL LETTER U")
- (ucs . #x0075)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0055)
(->titlecase #x0055)
- (ascii #x75) ; u
- (latin-jisx0201 #x75) ;
- (ipa #xB4) ;
- (latin-viscii #x75) ; u
+ (ascii . #x75) ;
+ (latin-jisx0201 . #x75) ;
+ (ipa . #xB4) ;
+ (latin-viscii . #x75) ; u
+ (ucs . #x75) ; u
))
(define-char
'((name . "LATIN SMALL LETTER V")
- (ucs . #x0076)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0056)
(->titlecase #x0056)
- (ascii #x76) ; v
- (latin-jisx0201 #x76) ;
- (ipa #xC7) ;
- (latin-viscii #x76) ; v
+ (ascii . #x76) ;
+ (latin-jisx0201 . #x76) ;
+ (ipa . #xC7) ;
+ (latin-viscii . #x76) ; v
+ (ucs . #x76) ; v
))
(define-char
'((name . "LATIN SMALL LETTER W")
- (ucs . #x0077)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0057)
(->titlecase #x0057)
- (ascii #x77) ; w
- (latin-jisx0201 #x77) ;
- (ipa #xDE) ;
- (latin-viscii #x77) ; w
+ (ascii . #x77) ;
+ (latin-jisx0201 . #x77) ;
+ (ipa . #xDE) ;
+ (latin-viscii . #x77) ; w
+ (ucs . #x77) ; w
))
(define-char
'((name . "LATIN SMALL LETTER X")
- (ucs . #x0078)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0058)
(->titlecase #x0058)
- (ascii #x78) ; x
- (latin-jisx0201 #x78) ;
- (ipa #xCF) ;
- (latin-viscii #x78) ; x
+ (ascii . #x78) ;
+ (latin-jisx0201 . #x78) ;
+ (ipa . #xCF) ;
+ (latin-viscii . #x78) ; x
+ (ucs . #x78) ; x
))
(define-char
'((name . "LATIN SMALL LETTER Y")
- (ucs . #x0079)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x0059)
(->titlecase #x0059)
- (ascii #x79) ; y
- (latin-jisx0201 #x79) ;
- (ipa #xAD) ;
- (latin-viscii #x79) ; y
+ (ascii . #x79) ;
+ (latin-jisx0201 . #x79) ;
+ (ipa . #xAD) ;
+ (latin-viscii . #x79) ; y
+ (ucs . #x79) ; y
))
(define-char
'((name . "LATIN SMALL LETTER Z")
- (ucs . #x007A)
(general-category letter lowercase) ; Normative Category
(bidi-category . "L")
(mirrored . nil)
(->uppercase #x005A)
(->titlecase #x005A)
- (ascii #x7A) ; z
- (latin-jisx0201 #x7A) ;
- (ipa #xCB) ;
- (latin-viscii #x7A) ; z
+ (ascii . #x7A) ;
+ (latin-jisx0201 . #x7A) ;
+ (ipa . #xCB) ;
+ (latin-viscii . #x7A) ; z
+ (ucs . #x7A) ; z
))
(define-char
'((name . "LEFT CURLY BRACKET")
- (ucs . #x007B)
(general-category punctuation open) ; Informative Category
(bidi-category . "ON")
(mirrored . t)
- (ascii #x7B) ; {
- (latin-jisx0201 #x7B) ;
- (latin-viscii #x7B) ; {
+ (ascii . #x7B) ;
+ (latin-jisx0201 . #x7B) ;
+ (latin-viscii . #x7B) ; {
+ (ucs . #x7B) ; {
))
(define-char
'((name . "VERTICAL LINE")
- (ucs . #x007C)
(general-category symbol math) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x7C) ; |
- (latin-jisx0201 #x7C) ;
- (latin-viscii #x7C) ; |
+ (ascii . #x7C) ;
+ (latin-jisx0201 . #x7C) ;
+ (latin-viscii . #x7C) ; |
+ (ucs . #x7C) ; |
))
(define-char
'((name . "RIGHT CURLY BRACKET")
- (ucs . #x007D)
(general-category punctuation close) ; Informative Category
(bidi-category . "ON")
(mirrored . t)
- (ascii #x7D) ; }
- (latin-jisx0201 #x7D) ;
- (latin-viscii #x7D) ; }
+ (ascii . #x7D) ;
+ (latin-jisx0201 . #x7D) ;
+ (latin-viscii . #x7D) ; }
+ (ucs . #x7D) ; }
))
(define-char
'((name . "TILDE")
- (ucs . #x007E)
(general-category symbol math) ; Informative Category
(bidi-category . "ON")
(mirrored . nil)
- (ascii #x7E) ; ~
- (latin-viscii #x7E) ; ~
- (japanese-jisx0213-1 #x22 #x32) ; ~
+ (ascii . #x7E) ;
+ (latin-viscii . #x7E) ; ~
+ (ucs . #x7E) ; ~
))
(define-char
- '((ucs . #x007F)
+ '((name . "DELETE")
(general-category other control) ; Normative Category
(bidi-category . "BN")
(mirrored . nil)
- (ascii #x7F)
- (latin-viscii #x7F)
+ (ascii . #x7F) ;
+ (latin-viscii . #x7F) ; \7f
+ (ucs . #x7F) ; \7f
))