emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7ddfbb9: Fix handling of CGJ in Hebrew text


From: Eli Zaretskii
Subject: master 7ddfbb9: Fix handling of CGJ in Hebrew text
Date: Tue, 2 Jun 2020 11:43:12 -0400 (EDT)

branch: master
commit 7ddfbb98d25cd939b808d71ec9693e316bc956b2
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix handling of CGJ in Hebrew text
    
    * lisp/language/hebrew.el (hebrew): Add CGJ U+034F to the
    combining characters supported in Hebrew compositions. (Bug#41645)
---
 lisp/language/hebrew.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el
index 573541a..08b70ab 100644
--- a/lisp/language/hebrew.el
+++ b/lisp/language/hebrew.el
@@ -240,7 +240,7 @@ Bidirectional editing is supported.")))
 
 (let* ((base "[\u05D0-\u05F2\uFB1D\uFB1F-\uFB28\uFB2A-\uFB4F]")
        (combining
-        "[\u0591-\u05BD\u05BF\u05C1-\u05C2\u05C4-\u05C5\u05C7\uFB1E]+")
+        "[\u034F\u0591-\u05BD\u05BF\u05C1-\u05C2\u05C4-\u05C5\u05C7\uFB1E]+")
        (pattern1 (concat base combining))
        (pattern2 (concat base "\u200D" combining)))
   (set-char-table-range



reply via email to

[Prev in Thread] Current Thread [Next in Thread]