From ae86b69ddda5d603cc9588bf4f4c051e6b4fed71 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 5 Aug 2005 03:32:39 +0000 Subject: [PATCH] (
): Use `<-noBreak' instead of `=decomposition' for . (): Use `<-noBreak' instead of `=decomposition' for . (): Use `<-noBreak' instead of `=decomposition' for . --- lisp/utf-2000/u02000-General-Punctuation.el | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lisp/utf-2000/u02000-General-Punctuation.el b/lisp/utf-2000/u02000-General-Punctuation.el index 88aed4b..06cf383 100644 --- a/lisp/utf-2000/u02000-General-Punctuation.el +++ b/lisp/utf-2000/u02000-General-Punctuation.el @@ -90,8 +90,7 @@ (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (=decomposition - noBreak + (<-noBreak ((name . "SPACE") (=ucs . #x0020) ; )) @@ -189,8 +188,7 @@ (general-category punctuation dash) ; Informative Category (bidi-category . "ON") (mirrored . nil) - (=decomposition - noBreak + (<-noBreak ((name . "HYPHEN") (=ucs . #x2010) ; ‐ )) @@ -670,8 +668,7 @@ (general-category separator space) ; Normative Category (bidi-category . "WS") (mirrored . nil) - (=decomposition - noBreak + (<-noBreak ((name . "SPACE") (=ucs . #x0020) ; )) -- 1.7.10.4