]> git.eshelyaron.com Git - emacs.git/commit
Improve Malayalam language transliteration
authorJames Thomas <jimjoe@gmx.net>
Mon, 27 Apr 2020 02:36:48 +0000 (08:06 +0530)
committerEli Zaretskii <eliz@gnu.org>
Thu, 28 May 2020 17:29:56 +0000 (20:29 +0300)
commit7f692114cdc983cc04b05dd31d3119d0f48c38d3
tree6de0b7622d1249069a185d9d95e9b377e6421a02
parentd97f224fd0db2ee13150ec7c4d6311eab48cda9e
Improve Malayalam language transliteration

The existing ITRANS scheme did not support some characters and
language quirks like 'chillu's.  The Inscript method had errors.
* lisp/language/ind-util.el (indian-mlm-base-table): Add archaic
chars, Mozhi combos; cleanup.
(indian-mlm-mozhi-table): New scheme Mozhi.
* lisp/leim/quail/indian.el (inscript-mlm-keytable): Correct
errors.  Add Inscript chillus & zero-width chars, Mozhi scheme.
* etc/NEWS: Mention the changes.
etc/NEWS
lisp/language/ind-util.el