From 661e1ae53982987c009bca3917c7c0dc76165558 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 4 Oct 2002 10:06:38 +0000 Subject: [PATCH] Add some missing mappings to CHINA3-JEF code points. --- lisp/utf-2000/u00100-Latin-Extended-A.el | 6 ++++++ lisp/utf-2000/u00180-Latin-Extended-B.el | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/lisp/utf-2000/u00100-Latin-Extended-A.el b/lisp/utf-2000/u00100-Latin-Extended-A.el index a9ca7bb..0b0e9d3 100644 --- a/lisp/utf-2000/u00100-Latin-Extended-A.el +++ b/lisp/utf-2000/u00100-Latin-Extended-A.el @@ -1778,6 +1778,7 @@ )) (japanese-jisx0212 . #x2B48) ; ø»Š³£ (japanese-jisx0213-1 . #x2A62) ; ø»¢¡‹ + (china3-jef . #x86CA) ; øºˆ›Š )) (define-char '((name . "LATIN CAPITAL LETTER K WITH CEDILLA") @@ -3137,6 +3138,10 @@ (ucs . #x015E) ; Ş )) (define-char + '((=>ucs . #x015E) ; Ş + (china3-jef . #x8BCB) ; øºˆ¯‹ + )) +(define-char '((name . "fullwidth latin capital letter s with cedilla") (=>ucs . #x015E) ; Ş (general-category letter uppercase) ; Normative Category @@ -3300,6 +3305,7 @@ )) (japanese-jisx0212 . #x2A61) ; ø»Š²ž (japanese-jisx0213-1 . #x2A47) ; ø»¢ ° + (china3-jef . #x8BCC) ; øºˆ¯Œ )) (define-char '((name . "LATIN SMALL LETTER T WITH CEDILLA") diff --git a/lisp/utf-2000/u00180-Latin-Extended-B.el b/lisp/utf-2000/u00180-Latin-Extended-B.el index 9dc5088..929e5bc 100644 --- a/lisp/utf-2000/u00180-Latin-Extended-B.el +++ b/lisp/utf-2000/u00180-Latin-Extended-B.el @@ -367,6 +367,10 @@ (ucs . #x01A0) ; Æ  )) (define-char + '((=>ucs . #x01A0) ; Æ  + (china3-jef . #x83A8) ; øºˆŽ¨ + )) +(define-char '((name . "LATIN SMALL LETTER O WITH HORN") (general-category letter lowercase) ; Normative Category (bidi-category . "L") @@ -382,6 +386,10 @@ (ucs . #x01A1) ; Æ¡ )) (define-char + '((=>ucs . #x01A1) ; Æ¡ + (china3-jef . #x83B5) ; øºˆŽµ + )) +(define-char '((name . "LATIN CAPITAL LETTER OI") (general-category letter uppercase) ; Normative Category (bidi-category . "L") @@ -534,6 +542,10 @@ (ucs . #x01AF) ; Ư )) (define-char + '((=>ucs . #x01AF) ; Ư + (china3-jef . #x83A9) ; øºˆŽ© + )) +(define-char '((name . "LATIN SMALL LETTER U WITH HORN") (general-category letter lowercase) ; Normative Category (bidi-category . "L") @@ -549,6 +561,10 @@ (ucs . #x01B0) ; Æ° )) (define-char + '((=>ucs . #x01B0) ; Æ° + (china3-jef . #x83B6) ; øºˆŽ¶ + )) +(define-char '((name . "LATIN CAPITAL LETTER UPSILON") (general-category letter uppercase) ; Normative Category (bidi-category . "L") @@ -1725,6 +1741,10 @@ (ucs . #x01F4) ; Ç´ )) (define-char + '((=>ucs . #x01F4) ; Ç´ + (china3-jef . #x85D9) ; øºˆ—™ + )) +(define-char '((name . "LATIN SMALL LETTER G WITH ACUTE") (general-category letter lowercase) ; Normative Category (bidi-category . "L") @@ -1792,6 +1812,10 @@ (ucs . #x01F8) ; Ǹ )) (define-char + '((=>ucs . #x01F8) ; Ǹ + (china3-jef . #x85BC) ; øºˆ–¼ + )) +(define-char '((name . "LATIN SMALL LETTER N WITH GRAVE") (general-category letter lowercase) ; Normative Category (bidi-category . "L") -- 1.7.10.4