X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fu02000-General-Punctuation.el;h=522d80b64df7dd15a98aeb12abdc943db65f09fb;hb=a522427bbe0f9fa5d10b43083b0caceee85d9e98;hp=3daa5e96ad4c3458ac447eae99d41daadb8886ad;hpb=935fc2acf5fa2f51af9697b70e2581f2b96836db;p=chise%2Fxemacs-chise.git diff --git a/lisp/utf-2000/u02000-General-Punctuation.el b/lisp/utf-2000/u02000-General-Punctuation.el index 3daa5e9..522d80b 100644 --- a/lisp/utf-2000/u02000-General-Punctuation.el +++ b/lisp/utf-2000/u02000-General-Punctuation.el @@ -1,26 +1,35 @@ -;; -*- coding: utf-8-mcs -*- +;; -*- coding: utf-8-mcs-er -*- (define-char '((name . "EN QUAD") (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (->decomposition #x2002) (=ucs . #x2000) ;   + (->canonical + ((name . "EN SPACE") + (=ucs . #x2002) ;   + )) )) (define-char '((name . "EM QUAD") (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (->decomposition #x2003) (=ucs . #x2001) ;   + (->canonical + ((name . "EM SPACE") + (=ucs . #x2003) ;   + )) )) (define-char '((name . "EN SPACE") (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (->decomposition compat #x0020) + (<-compat + ((name . "SPACE") + (=ucs . #x0020) ; + )) (=ucs . #x2002) ;   )) (define-char @@ -28,16 +37,22 @@ (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (->decomposition compat #x0020) + (<-compat + ((name . "SPACE") + (=ucs . #x0020) ; + )) (=ucs . #x2003) ;   - (=cns11643-1 . #x256D) ; ø»‘‰  + (=cns11643-1 . #x256D) ; &I-C1-256D; [05-77] )) (define-char '((name . "THREE-PER-EM SPACE") (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (->decomposition compat #x0020) + (<-compat + ((name . "SPACE") + (=ucs . #x0020) ; + )) (=ucs . #x2004) ;   )) (define-char @@ -45,7 +60,10 @@ (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (->decomposition compat #x0020) + (<-compat + ((name . "SPACE") + (=ucs . #x0020) ; + )) (=ucs . #x2005) ;   )) (define-char @@ -53,7 +71,10 @@ (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (->decomposition compat #x0020) + (<-compat + ((name . "SPACE") + (=ucs . #x0020) ; + )) (=ucs . #x2006) ;   )) (define-char @@ -61,7 +82,10 @@ (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (->decomposition noBreak #x0020) + (<-noBreak + ((name . "SPACE") + (=ucs . #x0020) ; + )) (=ucs . #x2007) ;   )) (define-char @@ -69,7 +93,10 @@ (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (->decomposition compat #x0020) + (<-compat + ((name . "SPACE") + (=ucs . #x0020) ; + )) (=ucs . #x2008) ;   )) (define-char @@ -77,7 +104,10 @@ (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (->decomposition compat #x0020) + (<-compat + ((name . "SPACE") + (=ucs . #x0020) ; + )) (=ucs . #x2009) ;   )) (define-char @@ -85,7 +115,10 @@ (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (->decomposition compat #x0020) + (<-compat + ((name . "SPACE") + (=ucs . #x0020) ; + )) (=ucs . #x200A) ;   )) (define-char @@ -129,14 +162,28 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2010) ; ‐ - (=jis-x0208 . #x213E) ; ø½‰¶™ + )) +(define-char + '((<-denotational + ((name . "HYPHEN") + (=ucs . #x2010) ; ‐ + )) + (<-fullwidth + ((name . "HYPHEN") + (=ucs . #x2010) ; ‐ + )) + (=jis-x0208 . #x213E) ; &J90-213E; [01-30] + (=ucs@jis . #x2010) ; &J90-213E; )) (define-char '((name . "NON-BREAKING HYPHEN") (general-category punctuation dash) ; Informative Category (bidi-category . "ON") (mirrored . nil) - (->decomposition noBreak #x2010) + (<-noBreak + ((name . "HYPHEN") + (=ucs . #x2010) ; ‐ + )) (=ucs . #x2011) ; ‑ )) (define-char @@ -152,9 +199,22 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2013) ; – - (=jis-x0213-1-2000 . #x237C) ; ø»¢—“ - (=cns11643-1 . #x2139) ; ø»‘‚´ - (=big5 . #xA156) ; ý¢€Š…– + )) +(define-char + '((<-denotational + ((name . "EN DASH") + (=ucs . #x2013) ; – + )) + (<-fullwidth + ((name . "EN DASH") + (=ucs . #x2013) ; – + )) + (=cns11643-1 . #x2139) ; &JX1-237C; [01-25] + (=jis-x0213-1-2000 . #x237C) ; &I-JX1-237C; [03-92] + (=big5 . #xA156) ; &I-B-A156; + (=ucs@cns . #x2013) ; &JX1-237C; + (=ucs@jis . #x2013) ; &JX1-237C; + (=ucs@big5 . #x2013) ; &JX1-237C; )) (define-char '((name . "EM DASH") @@ -162,9 +222,22 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2014) ; — - (=cns11643-1 . #x2137) ; ø»‘‚² - (=jis-x0208 . #x213D) ; ø½‰¶˜ - (=big5 . #xA158) ; ý¢€Š…˜ + )) +(define-char + '((<-denotational + ((name . "EM DASH") + (=ucs . #x2014) ; — + )) + (<-fullwidth + ((name . "EM DASH") + (=ucs . #x2014) ; — + )) + (=jis-x0208 . #x213D) ; &J90-213D; [01-29] + (=cns11643-1 . #x2137) ; &I-C1-2137; [01-23] + (=big5 . #xA158) ; &I-B-A158; + (=ucs@cns . #x2014) ; &J90-213D; + (=ucs@jis . #x2014) ; &J90-213D; + (=ucs@big5 . #x2014) ; &J90-213D; )) (define-char '((name . "HORIZONTAL BAR") @@ -172,17 +245,21 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2015) ; ― - (=ks-x1001 . #x212A) ; ø»ˆš• - (=gb2312 . #x212A) ; ø»„† + (greek-iso8859-7 . #xAF) ; &I-GREEK-2F; )) (define-char - '((name . "HALFWIDTH HORIZONTAL BAR") - (=>ucs . #x2015) ; ― - (general-category punctuation dash) ; Informative Category - (bidi-category . "ON") - (mirrored . nil) - (->decomposition narrow #x2015) - (greek-iso8859-7 . #xAF) ; øº’»¯ + '((<-denotational + ((name . "HORIZONTAL BAR") + (=ucs . #x2015) ; ― + )) + (<-fullwidth + ((name . "HORIZONTAL BAR") + (=ucs . #x2015) ; ― + )) + (=gb2312 . #x212A) ; &K0-212A; [01-10] + (=ks-x1001 . #x212A) ; &I-K0-212A; [01-10] + (=ucs@gb . #x2015) ; &K0-212A; + (=ucs@ks . #x2015) ; &K0-212A; )) (define-char '((name . "DOUBLE VERTICAL LINE") @@ -190,18 +267,37 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2016) ; ‖ - (=cns11643-1 . #x225D) ; ø»‘„¶ - (=gb2312 . #x212C) ; ø»„† - (=jis-x0208 . #x2142) ; ø½‰¶ + )) +(define-char + '((<-denotational + ((name . "DOUBLE VERTICAL LINE") + (=ucs . #x2016) ; ‖ + )) + (<-fullwidth + ((name . "DOUBLE VERTICAL LINE") + (=ucs . #x2016) ; ‖ + )) + (=jis-x0208 . #x2142) ; &J90-2142; [01-34] + (=gb2312 . #x212C) ; &I-G0-212C; [01-12] + (=cns11643-1 . #x225D) ; &I-C1-225D; [02-61] + (=ucs@gb . #x2016) ; &J90-2142; + (=ucs@cns . #x2016) ; &J90-2142; + (=ucs@jis . #x2016) ; &J90-2142; )) (define-char '((name . "DOUBLE LOW LINE") (general-category punctuation other) ; Informative Category (bidi-category . "ON") (mirrored . nil) - (->decomposition compat #x0020 #x0333) + (=>decomposition@compat + ((name . "SPACE") + (=ucs . #x0020) ; + ) + ((name . "COMBINING DOUBLE LOW LINE") + (=ucs . #x0333) ; ̳ + )) (=ucs . #x2017) ; ‗ - (hebrew-iso8859-8 . #xDF) ; øº’¿Ÿ + (hebrew-iso8859-8 . #xDF) ; &I-HEBREW-5F; )) (define-char '((name . "LEFT SINGLE QUOTATION MARK") @@ -209,11 +305,26 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2018) ; ‘ - (=cns11643-1 . #x2164) ; ø»‘ƒŸ - (=ks-x1001 . #x212E) ; ø»ˆš™ - (=gb2312 . #x212E) ; ø»„†‘ - (=jis-x0208 . #x2146) ; ø½‰¶¡ - (=big5 . #xA1A5) ; ý¢€Š†¥ + )) +(define-char + '((<-denotational + ((name . "LEFT SINGLE QUOTATION MARK") + (=ucs . #x2018) ; ‘ + )) + (<-fullwidth + ((name . "LEFT SINGLE QUOTATION MARK") + (=ucs . #x2018) ; ‘ + )) + (=jis-x0208 . #x2146) ; &J90-2146; [01-38] + (=gb2312 . #x212E) ; &I-G0-212E; [01-14] + (=ks-x1001 . #x212E) ; &I-K0-212E; [01-14] + (=cns11643-1 . #x2164) ; &I-C1-2164; [01-68] + (=big5 . #xA1A5) ; &I-B-A1A5; + (=ucs@gb . #x2018) ; &J90-2146; + (=ucs@cns . #x2018) ; &J90-2146; + (=ucs@jis . #x2018) ; &J90-2146; + (=ucs@ks . #x2018) ; &J90-2146; + (=ucs@big5 . #x2018) ; &J90-2146; )) (define-char '((name . "RIGHT SINGLE QUOTATION MARK") @@ -221,11 +332,26 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2019) ; ’ - (=cns11643-1 . #x2165) ; ø»‘ƒ  - (=ks-x1001 . #x212F) ; ø»ˆšš - (=gb2312 . #x212F) ; ø»„†’ - (=jis-x0208 . #x2147) ; ø½‰¶¢ - (=big5 . #xA1A6) ; ý¢€Š†¦ + )) +(define-char + '((<-denotational + ((name . "RIGHT SINGLE QUOTATION MARK") + (=ucs . #x2019) ; ’ + )) + (<-fullwidth + ((name . "RIGHT SINGLE QUOTATION MARK") + (=ucs . #x2019) ; ’ + )) + (=jis-x0208 . #x2147) ; &J90-2147; [01-39] + (=gb2312 . #x212F) ; &I-G0-212F; [01-15] + (=ks-x1001 . #x212F) ; &I-K0-212F; [01-15] + (=cns11643-1 . #x2165) ; &I-C1-2165; [01-69] + (=big5 . #xA1A6) ; &I-B-A1A6; + (=ucs@gb . #x2019) ; &J90-2147; + (=ucs@cns . #x2019) ; &J90-2147; + (=ucs@jis . #x2019) ; &J90-2147; + (=ucs@ks . #x2019) ; &J90-2147; + (=ucs@big5 . #x2019) ; &J90-2147; )) (define-char '((name . "SINGLE LOW-9 QUOTATION MARK") @@ -247,11 +373,26 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x201C) ; “ - (=cns11643-1 . #x2166) ; ø»‘ƒ¡ - (=ks-x1001 . #x2130) ; ø»ˆš› - (=gb2312 . #x2130) ; ø»„†“ - (=jis-x0208 . #x2148) ; ø½‰¶£ - (=big5 . #xA1A7) ; ý¢€Š†§ + )) +(define-char + '((<-denotational + ((name . "LEFT DOUBLE QUOTATION MARK") + (=ucs . #x201C) ; “ + )) + (<-fullwidth + ((name . "LEFT DOUBLE QUOTATION MARK") + (=ucs . #x201C) ; “ + )) + (=jis-x0208 . #x2148) ; &J90-2148; [01-40] + (=gb2312 . #x2130) ; &I-G0-2130; [01-16] + (=ks-x1001 . #x2130) ; &I-K0-2130; [01-16] + (=cns11643-1 . #x2166) ; &I-C1-2166; [01-70] + (=big5 . #xA1A7) ; &I-B-A1A7; + (=ucs@gb . #x201C) ; &J90-2148; + (=ucs@cns . #x201C) ; &J90-2148; + (=ucs@jis . #x201C) ; &J90-2148; + (=ucs@ks . #x201C) ; &J90-2148; + (=ucs@big5 . #x201C) ; &J90-2148; )) (define-char '((name . "RIGHT DOUBLE QUOTATION MARK") @@ -259,11 +400,26 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x201D) ; ” - (=cns11643-1 . #x2167) ; ø»‘ƒ¢ - (=ks-x1001 . #x2131) ; ø»ˆšœ - (=gb2312 . #x2131) ; ø»„†” - (=jis-x0208 . #x2149) ; ø½‰¶¤ - (=big5 . #xA1A8) ; ý¢€Š†¨ + )) +(define-char + '((<-denotational + ((name . "RIGHT DOUBLE QUOTATION MARK") + (=ucs . #x201D) ; ” + )) + (<-fullwidth + ((name . "RIGHT DOUBLE QUOTATION MARK") + (=ucs . #x201D) ; ” + )) + (=jis-x0208 . #x2149) ; &J90-2149; [01-41] + (=gb2312 . #x2131) ; &I-G0-2131; [01-17] + (=ks-x1001 . #x2131) ; &I-K0-2131; [01-17] + (=cns11643-1 . #x2167) ; &I-C1-2167; [01-71] + (=big5 . #xA1A8) ; &I-B-A1A8; + (=ucs@gb . #x201D) ; &J90-2149; + (=ucs@cns . #x201D) ; &J90-2149; + (=ucs@jis . #x201D) ; &J90-2149; + (=ucs@ks . #x201D) ; &J90-2149; + (=ucs@big5 . #x201D) ; &J90-2149; )) (define-char '((name . "DOUBLE LOW-9 QUOTATION MARK") @@ -285,9 +441,21 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2020) ; † - (=jis-x0208-1990 . #x2277) ; ø½‰¸° - (=ks-x1001 . #x2253) ; ø»ˆœœ - (=jis-x0208-1983 . #x2277) ; ø»†’¼ + )) +(define-char + '((<-denotational + ((name . "DAGGER") + (=ucs . #x2020) ; † + )) + (<-fullwidth + ((name . "DAGGER") + (=ucs . #x2020) ; † + )) + (=jis-x0208@1983 . #x2277) ; &J90-2277; [02-87] + (=ks-x1001 . #x2253) ; &I-K0-2253; [02-51] + (=jis-x0208@1990 . #x2277) ; &I-J90-2277; [02-87] + (=ucs@jis . #x2020) ; &J90-2277; + (=ucs@ks . #x2020) ; &J90-2277; )) (define-char '((name . "DOUBLE DAGGER") @@ -295,9 +463,21 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2021) ; ‡ - (=jis-x0208-1990 . #x2278) ; ø½‰¸± - (=ks-x1001 . #x2254) ; ø»ˆœ - (=jis-x0208-1983 . #x2278) ; ø»†’½ + )) +(define-char + '((<-denotational + ((name . "DOUBLE DAGGER") + (=ucs . #x2021) ; ‡ + )) + (<-fullwidth + ((name . "DOUBLE DAGGER") + (=ucs . #x2021) ; ‡ + )) + (=jis-x0208@1983 . #x2278) ; &J90-2278; [02-88] + (=ks-x1001 . #x2254) ; &I-K0-2254; [02-52] + (=jis-x0208@1990 . #x2278) ; &I-J90-2278; [02-88] + (=ucs@jis . #x2021) ; &J90-2278; + (=ucs@ks . #x2021) ; &J90-2278; )) (define-char '((name . "BULLET") @@ -305,7 +485,18 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2022) ; • - (=jis-x0213-1-2000 . #x2340) ; ø»¢–— + )) +(define-char + '((<-denotational + ((name . "BULLET") + (=ucs . #x2022) ; • + )) + (<-fullwidth + ((name . "BULLET") + (=ucs . #x2022) ; • + )) + (=jis-x0213-1-2000 . #x2340) ; &JX1-2340; [03-32] + (=ucs@jis/fw . #x2022) ; &JX1-2340; )) (define-char '((name . "TRIANGULAR BULLET") @@ -319,7 +510,10 @@ (general-category punctuation other) ; Informative Category (bidi-category . "ON") (mirrored . nil) - (->decomposition compat #x002E) + (<-compat + ((name . "FULL STOP") + (=ucs . #x002E) ; . + )) (=ucs . #x2024) ; ․ )) (define-char @@ -327,25 +521,69 @@ (general-category punctuation other) ; Informative Category (bidi-category . "ON") (mirrored . nil) - (->decomposition compat #x002E #x002E) + (=>decomposition@compat + ((name . "FULL STOP") + (=ucs . #x002E) ; . + ) + ((name . "FULL STOP") + (=ucs . #x002E) ; . + )) (=ucs . #x2025) ; ‥ - (=cns11643-1 . #x212D) ; ø»‘‚¨ - (=ks-x1001 . #x2125) ; ø»ˆš - (=jis-x0208 . #x2145) ; ø½‰¶  - (=big5 . #xA14C) ; ý¢€Š…Œ + )) +(define-char + '((<-denotational + ((name . "TWO DOT LEADER") + (=ucs . #x2025) ; ‥ + )) + (<-fullwidth + ((name . "TWO DOT LEADER") + (=ucs . #x2025) ; ‥ + )) + (=jis-x0208 . #x2145) ; &J90-2145; [01-37] + (=ks-x1001 . #x2125) ; &I-K0-2125; [01-05] + (=cns11643-1 . #x212D) ; &I-C1-212D; [01-13] + (=big5 . #xA14C) ; &I-B-A14C; + (=ucs@cns . #x2025) ; &J90-2145; + (=ucs@jis . #x2025) ; &J90-2145; + (=ucs@ks . #x2025) ; &J90-2145; + (=ucs@big5 . #x2025) ; &J90-2145; )) (define-char '((name . "HORIZONTAL ELLIPSIS") (general-category punctuation other) ; Informative Category (bidi-category . "ON") (mirrored . nil) - (->decomposition compat #x002E #x002E #x002E) + (=>decomposition@compat + ((name . "FULL STOP") + (=ucs . #x002E) ; . + ) + ((name . "FULL STOP") + (=ucs . #x002E) ; . + ) + ((name . "FULL STOP") + (=ucs . #x002E) ; . + )) (=ucs . #x2026) ; … - (=cns11643-1 . #x212C) ; ø»‘‚§ - (=ks-x1001 . #x2126) ; ø»ˆš‘ - (=gb2312 . #x212D) ; ø»„† - (=jis-x0208 . #x2144) ; ø½‰¶Ÿ - (=big5 . #xA14B) ; ý¢€Š…‹ + )) +(define-char + '((<-denotational + ((name . "HORIZONTAL ELLIPSIS") + (=ucs . #x2026) ; … + )) + (<-fullwidth + ((name . "HORIZONTAL ELLIPSIS") + (=ucs . #x2026) ; … + )) + (=jis-x0208 . #x2144) ; &J90-2144; [01-36] + (=gb2312 . #x212D) ; &I-G0-212D; [01-13] + (=ks-x1001 . #x2126) ; &I-K0-2126; [01-06] + (=cns11643-1 . #x212C) ; &I-C1-212C; [01-12] + (=big5 . #xA14B) ; &I-B-A14B; + (=ucs@gb . #x2026) ; &J90-2144; + (=ucs@cns . #x2026) ; &J90-2144; + (=ucs@jis . #x2026) ; &J90-2144; + (=ucs@ks . #x2026) ; &J90-2144; + (=ucs@big5 . #x2026) ; &J90-2144; )) (define-char '((name . "HYPHENATION POINT") @@ -353,8 +591,20 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2027) ; ‧ - (=cns11643-1 . #x2131) ; ø»‘‚¬ - (=big5 . #xA145) ; ý¢€Š…… + )) +(define-char + '((<-denotational + ((name . "HYPHENATION POINT") + (=ucs . #x2027) ; ‧ + )) + (<-fullwidth + ((name . "HYPHENATION POINT") + (=ucs . #x2027) ; ‧ + )) + (=cns11643-1 . #x2126) ; &C1-2126; [01-06] + (=big5 . #xA145) ; &I-B-A145; + (=ucs@cns . #x2027) ; &C1-2126; + (=ucs@big5 . #x2027) ; &C1-2126; )) (define-char '((name . "LINE SEPARATOR") @@ -410,7 +660,10 @@ (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (->decomposition noBreak #x0020) + (<-noBreak + ((name . "SPACE") + (=ucs . #x0020) ; + )) (=ucs . #x202F) ;   )) (define-char @@ -419,10 +672,23 @@ (bidi-category . "ET") (mirrored . nil) (=ucs . #x2030) ; ‰ - (=jis-x0208-1990 . #x2273) ; ø½‰¸¬ - (=ks-x1001 . #x2236) ; ø»ˆ›¿ - (=jis-x0208-1983 . #x2273) ; ø»†’¸ - (=gb2312 . #x216B) ; ø»„‡Ž + )) +(define-char + '((<-denotational + ((name . "PER MILLE SIGN") + (=ucs . #x2030) ; ‰ + )) + (<-fullwidth + ((name . "PER MILLE SIGN") + (=ucs . #x2030) ; ‰ + )) + (=gb2312 . #x216B) ; &J90-2273; [01-75] + (=jis-x0208@1983 . #x2273) ; &I-J83-2273; [02-83] + (=ks-x1001 . #x2236) ; &I-K0-2236; [02-22] + (=jis-x0208@1990 . #x2273) ; &I-J90-2273; [02-83] + (=ucs@gb . #x2030) ; &J90-2273; + (=ucs@jis . #x2030) ; &J90-2273; + (=ucs@ks . #x2030) ; &J90-2273; )) (define-char '((name . "PER TEN THOUSAND SIGN") @@ -437,29 +703,72 @@ (bidi-category . "ET") (mirrored . nil) (=ucs . #x2032) ; ′ - (=cns11643-1 . #x216B) ; ø»‘ƒ¦ - (=ks-x1001 . #x2147) ; ø»ˆš² - (=gb2312 . #x2164) ; ø»„‡‡ - (=jis-x0208 . #x216C) ; ø½‰·‡ - (=big5 . #xA1AC) ; ý¢€Š†¬ + )) +(define-char + '((<-denotational + ((name . "PRIME") + (=ucs . #x2032) ; ′ + )) + (<-fullwidth + ((name . "PRIME") + (=ucs . #x2032) ; ′ + )) + (=jis-x0208 . #x216C) ; &J90-216C; [01-76] + (=gb2312 . #x2164) ; &I-G0-2164; [01-68] + (=ks-x1001 . #x2147) ; &I-K0-2147; [01-39] + (=cns11643-1 . #x216B) ; &I-C1-216B; [01-75] + (=big5 . #xA1AC) ; &I-B-A1AC; + (=ucs@gb . #x2032) ; &J90-216C; + (=ucs@cns . #x2032) ; &J90-216C; + (=ucs@jis . #x2032) ; &J90-216C; + (=ucs@ks . #x2032) ; &J90-216C; + (=ucs@big5 . #x2032) ; &J90-216C; )) (define-char '((name . "DOUBLE PRIME") (general-category punctuation other) ; Informative Category (bidi-category . "ET") (mirrored . nil) - (->decomposition compat #x2032 #x2032) + (=>decomposition@compat + ((name . "PRIME") + (=ucs . #x2032) ; ′ + ) + ((name . "PRIME") + (=ucs . #x2032) ; ′ + )) (=ucs . #x2033) ; ″ - (=ks-x1001 . #x2148) ; ø»ˆš³ - (=gb2312 . #x2165) ; ø»„‡ˆ - (=jis-x0208 . #x216D) ; ø½‰·ˆ + )) +(define-char + '((<-denotational + ((name . "DOUBLE PRIME") + (=ucs . #x2033) ; ″ + )) + (<-fullwidth + ((name . "DOUBLE PRIME") + (=ucs . #x2033) ; ″ + )) + (=jis-x0208 . #x216D) ; &J90-216D; [01-77] + (=gb2312 . #x2165) ; &I-G0-2165; [01-69] + (=ks-x1001 . #x2148) ; &I-K0-2148; [01-40] + (=ucs@gb . #x2033) ; &J90-216D; + (=ucs@jis . #x2033) ; &J90-216D; + (=ucs@ks . #x2033) ; &J90-216D; )) (define-char '((name . "TRIPLE PRIME") (general-category punctuation other) ; Informative Category (bidi-category . "ET") (mirrored . nil) - (->decomposition compat #x2032 #x2032 #x2032) + (=>decomposition@compat + ((name . "PRIME") + (=ucs . #x2032) ; ′ + ) + ((name . "PRIME") + (=ucs . #x2032) ; ′ + ) + ((name . "PRIME") + (=ucs . #x2032) ; ′ + )) (=ucs . #x2034) ; ‴ )) (define-char @@ -468,15 +777,33 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2035) ; ‵ - (=cns11643-1 . #x216A) ; ø»‘ƒ¥ - (=big5 . #xA1AB) ; ý¢€Š†« + )) +(define-char + '((<-denotational + ((name . "REVERSED PRIME") + (=ucs . #x2035) ; ‵ + )) + (<-fullwidth + ((name . "REVERSED PRIME") + (=ucs . #x2035) ; ‵ + )) + (=cns11643-1 . #x216A) ; &C1-216A; [01-74] + (=big5 . #xA1AB) ; &I-B-A1AB; + (=ucs@cns . #x2035) ; &C1-216A; + (=ucs@big5 . #x2035) ; &C1-216A; )) (define-char '((name . "REVERSED DOUBLE PRIME") (general-category punctuation other) ; Informative Category (bidi-category . "ON") (mirrored . nil) - (->decomposition compat #x2035 #x2035) + (=>decomposition@compat + ((name . "REVERSED PRIME") + (=ucs . #x2035) ; ‵ + ) + ((name . "REVERSED PRIME") + (=ucs . #x2035) ; ‵ + )) (=ucs . #x2036) ; ‶ )) (define-char @@ -484,7 +811,16 @@ (general-category punctuation other) ; Informative Category (bidi-category . "ON") (mirrored . nil) - (->decomposition compat #x2035 #x2035 #x2035) + (=>decomposition@compat + ((name . "REVERSED PRIME") + (=ucs . #x2035) ; ‵ + ) + ((name . "REVERSED PRIME") + (=ucs . #x2035) ; ‵ + ) + ((name . "REVERSED PRIME") + (=ucs . #x2035) ; ‵ + )) (=ucs . #x2037) ; ‷ )) (define-char @@ -514,20 +850,52 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x203B) ; ※ - (=cns11643-1 . #x216F) ; ø»‘ƒª - (=ks-x1001 . #x2158) ; ø»ˆ›ƒ - (=gb2312 . #x2179) ; ø»„‡œ - (=jis-x0208 . #x2228) ; ø½‰·¡ - (=big5 . #xA1B0) ; ý¢€Š†° + )) +(define-char + '((<-denotational + ((name . "REFERENCE MARK") + (=ucs . #x203B) ; ※ + )) + (<-fullwidth + ((name . "REFERENCE MARK") + (=ucs . #x203B) ; ※ + )) + (=jis-x0208 . #x2228) ; &J90-2228; [02-08] + (=gb2312 . #x2179) ; &I-G0-2179; [01-89] + (=ks-x1001 . #x2158) ; &I-K0-2158; [01-56] + (=cns11643-1 . #x216F) ; &I-C1-216F; [01-79] + (=big5 . #xA1B0) ; &I-B-A1B0; + (=ucs@gb . #x203B) ; &J90-2228; + (=ucs@cns . #x203B) ; &J90-2228; + (=ucs@jis . #x203B) ; &J90-2228; + (=ucs@ks . #x203B) ; &J90-2228; + (=ucs@big5 . #x203B) ; &J90-2228; )) (define-char '((name . "DOUBLE EXCLAMATION MARK") (general-category punctuation other) ; Informative Category (bidi-category . "ON") (mirrored . nil) - (->decomposition compat #x0021 #x0021) + (=>decomposition@compat + ((name . "EXCLAMATION MARK") + (=ucs . #x0021) ; ! + ) + ((name . "EXCLAMATION MARK") + (=ucs . #x0021) ; ! + )) (=ucs . #x203C) ; ‼ - (=jis-x0213-1-2000 . #x286B) ; ø»¢ž˜ + )) +(define-char + '((<-denotational + ((name . "DOUBLE EXCLAMATION MARK") + (=ucs . #x203C) ; ‼ + )) + (<-fullwidth + ((name . "DOUBLE EXCLAMATION MARK") + (=ucs . #x203C) ; ‼ + )) + (=jis-x0213-1-2000 . #x286B) ; &JX1-286B; [08-75] + (=ucs@jis . #x203C) ; &JX1-286B; )) (define-char '((name . "INTERROBANG") @@ -541,45 +909,34 @@ (general-category punctuation other) ; Informative Category (bidi-category . "ON") (mirrored . nil) - (->decomposition compat #x0020 #x0305) - (->fullwidth - ((name . "FULLWIDTH OVERLINE") - (=cns11643-1 . #x2223) ; ø»‘ƒ¼ - (=ks-x1001 . #x237E) ; ø»ˆž¥ - (=gb2312 . #x237E) ; ø»„Š - (=jis-x0208 . #x2131) ; ø½‰¶Œ + (=>decomposition@compat + ((name . "SPACE") + (=ucs . #x0020) ; + ) + ((name . "COMBINING OVERLINE") + (=ucs . #x0305) ; ̅ )) (=ucs . #x203E) ; ‾ - (hebrew-iso8859-8 . #xAF) ; øº’¾¯ - (latin-jisx0201 . #x7E) ; øº‘Œ© + (latin-jisx0201 . #x7E) ; &I-LATINJ-7E; + (hebrew-iso8859-8 . #xAF) ; &I-HEBREW-2F; )) (define-char - '((name . "FULLWIDTH OVERLINE") - (=>ucs . #x203E) ; ‾ - (general-category punctuation other) ; Informative Category - (bidi-category . "ON") - (mirrored . nil) - (->decomposition wide #x203E) + '((<-denotational + ((name . "OVERLINE") + (=ucs . #x203E) ; ‾ + )) + (name . "FULLWIDTH OVERLINE") (<-fullwidth ((name . "OVERLINE") (=ucs . #x203E) ; ‾ )) - (=cns11643-1 . #x2223) ; ø»‘ƒ¼ - (=ks-x1001 . #x237E) ; ø»ˆž¥ - (=gb2312 . #x237E) ; ø»„Š - (=jis-x0208 . #x2131) ; ø½‰¶Œ - (=big5 . #xA1C2) ; ý¢€Š‡‚ - (=ucs@jis . #x203E) ; ø»‘ƒ¼ - )) -(define-char - '((name . "heavy overline") - (=>ucs . #x203E) ; ‾ - (general-category punctuation other) ; Informative Category - (bidi-category . "ON") - (mirrored . nil) - (=cns11643-1 . #x2224) ; ø»‘ƒ½ - (=big5 . #xA1C3) ; ý¢€Š‡ƒ - (=ucs@big5 . #xFFE3) ; ø»‘ƒ½ + (=jis-x0208 . #x2131) ; &J90-2131; [01-17] + (=gb2312 . #x237E) ; &I-G0-237E; [03-94] + (=ks-x1001 . #x237E) ; &I-K0-237E; [03-94] + (=cns11643-1 . #x2223) ; &I-C1-2223; [02-03] + (=big5 . #xA1C2) ; &I-B-A1C2; + (=ucs@gb . #xFFE3) ; &J90-2131; + (=ucs@jis . #x203E) ; &J90-2131; )) (define-char '((name . "UNDERTIE") @@ -609,7 +966,18 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2042) ; ⁂ - (=jis-x0213-1-2000 . #x2C7E) ; ø»¢¤£ + )) +(define-char + '((<-denotational + ((name . "ASTERISM") + (=ucs . #x2042) ; ⁂ + )) + (<-fullwidth + ((name . "ASTERISM") + (=ucs . #x2042) ; ⁂ + )) + (=jis-x0213-1-2000 . #x2C7E) ; &JX1-2C7E; [12-94] + (=ucs@jis . #x2042) ; &JX1-2C7E; )) (define-char '((name . "HYPHEN BULLET") @@ -624,7 +992,6 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x2044) ; ⁄ - (=cns11643-1 . #x225F) ; ø»‘„¸ )) (define-char '((name . "LEFT SQUARE BRACKET WITH QUILL") @@ -642,26 +1009,79 @@ )) (define-char '((name . "DOUBLE QUESTION MARK") + (general-category punctuation other) ; Informative Category + (=>decomposition@compat + ((name . "QUESTION MARK") + (=ucs . #x003F) ; ? + ) + ((name . "QUESTION MARK") + (=ucs . #x003F) ; ? + )) (=ucs . #x2047) ; ⁇ - (=jis-x0213-1-2000 . #x286C) ; ø»¢ž™ + )) +(define-char + '((<-denotational + ((name . "DOUBLE QUESTION MARK") + (=ucs . #x2047) ; ⁇ + )) + (<-fullwidth + ((name . "DOUBLE QUESTION MARK") + (=ucs . #x2047) ; ⁇ + )) + (=jis-x0213-1-2000 . #x286C) ; &JX1-286C; [08-76] + (=ucs@jis . #x2047) ; &JX1-286C; )) (define-char '((name . "QUESTION EXCLAMATION MARK") (general-category punctuation other) ; Informative Category (bidi-category . "ON") (mirrored . nil) - (->decomposition compat #x003F #x0021) + (=>decomposition@compat + ((name . "QUESTION MARK") + (=ucs . #x003F) ; ? + ) + ((name . "EXCLAMATION MARK") + (=ucs . #x0021) ; ! + )) (=ucs . #x2048) ; ⁈ - (=jis-x0213-1-2000 . #x286D) ; ø»¢žš + )) +(define-char + '((<-denotational + ((name . "QUESTION EXCLAMATION MARK") + (=ucs . #x2048) ; ⁈ + )) + (<-fullwidth + ((name . "QUESTION EXCLAMATION MARK") + (=ucs . #x2048) ; ⁈ + )) + (=jis-x0213-1-2000 . #x286D) ; &JX1-286D; [08-77] + (=ucs@jis . #x2048) ; &JX1-286D; )) (define-char '((name . "EXCLAMATION QUESTION MARK") (general-category punctuation other) ; Informative Category (bidi-category . "ON") (mirrored . nil) - (->decomposition compat #x0021 #x003F) + (=>decomposition@compat + ((name . "EXCLAMATION MARK") + (=ucs . #x0021) ; ! + ) + ((name . "QUESTION MARK") + (=ucs . #x003F) ; ? + )) (=ucs . #x2049) ; ⁉ - (=jis-x0213-1-2000 . #x286E) ; ø»¢ž› + )) +(define-char + '((<-denotational + ((name . "EXCLAMATION QUESTION MARK") + (=ucs . #x2049) ; ⁉ + )) + (<-fullwidth + ((name . "EXCLAMATION QUESTION MARK") + (=ucs . #x2049) ; ⁉ + )) + (=jis-x0213-1-2000 . #x286E) ; &JX1-286E; [08-78] + (=ucs@jis . #x2049) ; &JX1-286E; )) (define-char '((name . "TIRONIAN SIGN ET") @@ -694,7 +1114,7 @@ (define-char '((name . "TWO ASTERISKS ALIGNED VERTICALLY") (=ucs . #x2051) ; ⁑ - (=jis-x0213-1-2000 . #x2C7D) ; ø»¢¤¢ + (=jis-x0213-1-2000 . #x2C7D) ; &I-JX1-2C7D; [12-93] )) (define-char '((name . "INHIBIT SYMMETRIC SWAPPING")