diff options
| author | Visuwesh | 2022-07-10 08:59:40 +0530 |
|---|---|---|
| committer | Eli Zaretskii | 2022-07-14 09:30:56 +0300 |
| commit | f6679ccceb83fdc49ec7e88e7be0735efa6702da (patch) | |
| tree | b95eb64cf7311f0d9ebbbabffbdc7a6b3922a8f0 /lisp/language | |
| parent | d37ba6f259b972aa44c66ecb76210e03a3084183 (diff) | |
| download | emacs-f6679ccceb83fdc49ec7e88e7be0735efa6702da.tar.gz emacs-f6679ccceb83fdc49ec7e88e7be0735efa6702da.zip | |
Add new customizable phonetic Tamil input method
* lisp/language/indian.el ("Tamil"): Change the default input method
of the Tamil language environment to the new input method.
* lisp/leim/quail/indian.el
(quail-tamil-itrans-compute-syllable-table): New function extracted
from...
(quail-tamil-itrans-syllable-table): ... here. Use the above
function.
(quail-tamil-itrans--consonant-order): Auxiliary variable for the
above function.
(quail-tamil-itrans-compute-signs-table): Add new VARIOUS argument.
(quail-tamil-itrans-various-signs-and-digits-table)
(quail-tamil-itrans-various-signs-table): Adjust call to the above
function.
("tamil-phonetic"): Add new input method.
(tamil-input): New group for the input method.
(tamil-translation-rules): New defcustom for the input method to
change the translation rules.
(tamil--syllable-table, tamil--signs-table, tamil--hashtables)
(tamil--vowel-signs): Internal variables used by the input method.
(tamil--setter, tamil--make-tables)
(tamil--update-quail-rules): Internal functions for the input method.
(bug#56323)
* etc/NEWS: Announce the new input method.
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/indian.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/indian.el b/lisp/language/indian.el index 2887d410adf..407173827fe 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el | |||
| @@ -109,7 +109,7 @@ are supported in this language environment.")) | |||
| 109 | "Tamil" '((charset unicode) | 109 | "Tamil" '((charset unicode) |
| 110 | (coding-system utf-8) | 110 | (coding-system utf-8) |
| 111 | (coding-priority utf-8) | 111 | (coding-priority utf-8) |
| 112 | (input-method . "tamil-itrans") | 112 | (input-method . "tamil-phonetic") |
| 113 | (sample-text . "Tamil (தமிழ்) வணக்கம்") | 113 | (sample-text . "Tamil (தமிழ்) வணக்கம்") |
| 114 | (documentation . "\ | 114 | (documentation . "\ |
| 115 | South Indian Language Tamil is supported in this language environment.")) | 115 | South Indian Language Tamil is supported in this language environment.")) |