GNU bug report logs -
#56414
[PATCH] Make gujarati-itrans method more phonetic
Previous Next
Reported by: Visuwesh <visuweshm <at> gmail.com>
Date: Wed, 6 Jul 2022 04:46:01 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56414 in the body.
You can then email your comments to 56414 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#56414
; Package
emacs
.
(Wed, 06 Jul 2022 04:46:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Visuwesh <visuweshm <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Wed, 06 Jul 2022 04:46:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tags: patch
X-Debugs-Cc: kaushal.modi <at> gmail.com
In a private exchange I had with Kashual Modi (CC'ed), I learnt that the
translations for ઋ and ૠ should be RRu and RRU respectively since they
are pronounced as ru and not ri (the current translations are RRi and
RRI respectively). This is also reflected in the table found in the
Vowels section in the wikipedia link here
https://en.wikipedia.org/wiki/Gujarati_script#Gujarati_letters,_diacritics,_and_digits.
Attached patch adjusts the gujarati-itrans translation table to make it
a bit more phonetic by following the above (and also fixes a typo I made
in my last patch).
Thanks.
[0001-Make-the-gujarati-itrans-more-phonetic.patch (text/x-diff, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#56414
; Package
emacs
.
(Wed, 06 Jul 2022 05:34:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 56414 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Not only Gujarati, I think languages like Marathi (uses Devanagari script),
Konkani (uses Devanagari and Kannada script), Kannada and Telugu also
pronounce ऋ as ru and ॠ as ruu.
Therefore instead of introducing a new table we should simply add more
options in the pre-existing indian-itrans-v5-table, like we have already
done for something like ज्ञ which is pronounced
as "gya" in Hindi and "dnya" in Marathi.
Something like:
1 file changed, 2 insertions(+), 2 deletions(-)
lisp/language/ind-util.el | 4 ++--
modified lisp/language/ind-util.el
@@ -315,8 +315,8 @@ indian-itrans-v5-table
'(;; for encode/decode
(;; vowels -- 18
"a" ("aa" "A") "i" ("ii" "I") "u" ("uu" "U")
- ("RRi" "R^i") ("LLi" "L^i") (".c" "e.c") "E" "e" "ai"
- "o.c" "O" "o" "au" ("RRI" "R^I") ("LLI" "L^I"))
+ ("RRi" "R^i" "RRu" "R^u") ("LLi" "L^i") (".c" "e.c") "E" "e" "ai"
+ "o.c" "O" "o" "au" ("RRI" "R^I" "RRU" "R^U") ("LLI" "L^I"))
(;; consonants -- 40
"k" "kh" "g" "gh" ("~N" "N^")
"ch" ("Ch" "chh") "j" "jh" ("~n" "JN")
On Wed, Jul 6, 2022 at 10:16 AM Visuwesh <visuweshm <at> gmail.com> wrote:
> Tags: patch
> X-Debugs-Cc: kaushal.modi <at> gmail.com
>
> In a private exchange I had with Kashual Modi (CC'ed), I learnt that the
> translations for ઋ and ૠ should be RRu and RRU respectively since they
> are pronounced as ru and not ri (the current translations are RRi and
> RRI respectively). This is also reflected in the table found in the
> Vowels section in the wikipedia link here
>
> https://en.wikipedia.org/wiki/Gujarati_script#Gujarati_letters,_diacritics,_and_digits
> .
>
> Attached patch adjusts the gujarati-itrans translation table to make it
> a bit more phonetic by following the above (and also fixes a typo I made
> in my last patch).
>
> Thanks.
>
>
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#56414
; Package
emacs
.
(Wed, 06 Jul 2022 06:06:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 56414 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
[புதன் ஜூலை 06, 2022] समीर सिंह Sameer Singh wrote:
> Not only Gujarati, I think languages like Marathi (uses Devanagari script),
> Konkani (uses Devanagari and Kannada script), Kannada and Telugu also
> pronounce ऋ as ru and ॠ as ruu.
>
> Therefore instead of introducing a new table we should simply add more
> options in the pre-existing indian-itrans-v5-table, like we have already
> done for something like ज्ञ which is pronounced
> as "gya" in Hindi and "dnya" in Marathi.
>
Sounds good to me.
Revised patch attached.
[0001-Make-the-Indian-itrans-methods-more-phonetic.patch (text/x-diff, attachment)]
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Thu, 07 Jul 2022 06:49:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Visuwesh <visuweshm <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 07 Jul 2022 06:49:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 56414-done <at> debbugs.gnu.org (full text, mbox):
> Cc: 56414 <at> debbugs.gnu.org
> From: Visuwesh <visuweshm <at> gmail.com>
> Date: Wed, 06 Jul 2022 11:34:51 +0530
>
> [புதன் ஜூலை 06, 2022] समीर सिंह Sameer Singh wrote:
>
> > Not only Gujarati, I think languages like Marathi (uses Devanagari script),
> > Konkani (uses Devanagari and Kannada script), Kannada and Telugu also
> > pronounce ऋ as ru and ॠ as ruu.
> >
> > Therefore instead of introducing a new table we should simply add more
> > options in the pre-existing indian-itrans-v5-table, like we have already
> > done for something like ज्ञ which is pronounced
> > as "gya" in Hindi and "dnya" in Marathi.
> >
>
> Sounds good to me.
>
> Revised patch attached.
Thanks, installed.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 04 Aug 2022 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.