mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
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)
This commit is contained in:
parent
3973f68f59
commit
7ddfbb98d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue