From cd36094d332a3fc0f65725e3836648d9dcc8799a Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 3 Aug 2005 09:30:28 +0000 Subject: [PATCH] Use `=>decomposition@compat' instead of `=decomposition' for compatibility decomposition mapping. --- lisp/utf-2000/u02200-Mathematical-Operators.el | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lisp/utf-2000/u02200-Mathematical-Operators.el b/lisp/utf-2000/u02200-Mathematical-Operators.el index 6d67aff..570a049 100644 --- a/lisp/utf-2000/u02200-Mathematical-Operators.el +++ b/lisp/utf-2000/u02200-Mathematical-Operators.el @@ -776,8 +776,7 @@ (general-category symbol math) ; Informative Category (bidi-category . "ON") (mirrored . t) - (=decomposition - compat + (=>decomposition@compat ((name . "INTEGRAL") (=ucs . #x222B) ; ∫ ) @@ -807,8 +806,7 @@ (general-category symbol math) ; Informative Category (bidi-category . "ON") (mirrored . t) - (=decomposition - compat + (=>decomposition@compat ((name . "INTEGRAL") (=ucs . #x222B) ; ∫ ) @@ -852,8 +850,7 @@ (general-category symbol math) ; Informative Category (bidi-category . "ON") (mirrored . t) - (=decomposition - compat + (=>decomposition@compat ((name . "CONTOUR INTEGRAL") (=ucs . #x222E) ; ∮ ) @@ -867,8 +864,7 @@ (general-category symbol math) ; Informative Category (bidi-category . "ON") (mirrored . t) - (=decomposition - compat + (=>decomposition@compat ((name . "CONTOUR INTEGRAL") (=ucs . #x222E) ; ∮ ) -- 1.7.10.4