Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
69db641d
Commit
69db641d
authored
Jan 05, 2010
by
Kenichi Handa
Browse files
language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
parent
2a1ef5be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/language/indian.el
lisp/language/indian.el
+3
-3
No files found.
lisp/ChangeLog
View file @
69db641d
2010-01-05 Kenichi Handa <handa@m17n.org>
* language/indian.el (malayalam-composable-pattern): Fix ZWNJ and
ZWJ.
2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
* vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
...
...
lisp/language/indian.el
View file @
69db641d
...
...
@@ -153,8 +153,8 @@ South Indian language Malayalam is supported in this language environment."))
("
a
" . "
\u0903
") ; vowel modifier (post)
("
S
" . "
\u0951
") ; stress sign (above)
("
s
" . "
\u0952
") ; stress sign (below)
("
J
" . "
\u200D
") ; ZWJ
("
N
" . "
\u200C
") ; ZWNJ
("
J
" . "
\u200D
") ; ZWJ
("
X
" . "
[\u0900-\u097F]
")))) ; all coverage
(indian-compose-regexp
(concat
...
...
@@ -195,8 +195,8 @@ South Indian language Malayalam is supported in this language environment."))
("b" . "[\u0D62-\u0D63]") ; belowbase matra
("a" . "[\u0D02-\u0D03]") ; abovebase sign
("H" . "\u0D4D") ; virama sign
("N" . "\u200
D
") ; ZWJ
("J" . "\u200
C
") ; ZW
N
J
("N" . "\u200
C
") ; ZW
N
J
("J" . "\u200
D
") ; ZWJ
("X" . "[\u0D00-\u0D7F]")))) ; all coverage
(indian-compose-regexp
(concat
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment