mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
language/indian.el (gujarati-composable-pattern): Fix typo.
This commit is contained in:
parent
8404c46811
commit
b106e26489
@ -1,6 +1,7 @@
|
||||
2010-04-22 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* language/indian.el (gurmukhi-composable-pattern): Fix typo.
|
||||
(gujarati-composable-pattern): Fix typo.
|
||||
|
||||
2010-04-20 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
|
@ -225,7 +225,7 @@ South Indian language Malayalam is supported in this language environment."))
|
||||
(defconst gujarati-composable-pattern
|
||||
(let ((table
|
||||
'(("a" . "[\u0A81-\u0A82]") ; SIGN CANDRABINDU .. ANUSVARA
|
||||
("A" . "\u0A83]") ; SIGN VISARGA
|
||||
("A" . "\u0A83") ; SIGN VISARGA
|
||||
("V" . "[\u0A85-\u0A94\u0AE0-\u0AE1]") ; independent vowel
|
||||
("C" . "[\u0A95-\u0AB9]") ; consonant
|
||||
("R" . "\u0AB0") ; RA
|
||||
|
Loading…
Reference in New Issue
Block a user