unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: "समीर सिंह Sameer Singh" <lumarzeli30@gmail.com>
Cc: 54914@debbugs.gnu.org
Subject: bug#54914: 28.1.50; Unable to form Brahmi conjuncts in Emacs
Date: Sun, 17 Apr 2022 16:01:01 +0200	[thread overview]
Message-ID: <87h76r3j36.fsf@gmail.com> (raw)
In-Reply-To: <CAOR1sLw3fTF+ResTs-+NF1UiH4QStuy4Lv-7ObA7zOjhHBLc3w@mail.gmail.com> ("समीर सिंह Sameer Singh"'s message of "Sun, 17 Apr 2022 18:19:47 +0530")

>>>>> On Sun, 17 Apr 2022 18:19:47 +0530, समीर सिंह Sameer Singh <lumarzeli30@gmail.com> said:

    समीर> Vowel signs U+1103E U+1103F U+11040 and U+11041 are not connected properly
    समीर> to conjuncts.

    समीर> Here are the codepoints of the text I entered:
    समीर> 11013 11046 11032 1103E (𑀓𑁆𑀲𑀾)
    समीर> 11013 11046 11032 1103F (𑀓𑁆𑀲𑀿)
    समीर> 11013 11046 11032 11040 (𑀓𑁆𑀲𑁀)
    समीर> 11013 11046 11032 11041 (𑀓𑁆𑀲𑁁)

How about this?

diff --git a/lisp/language/indian.el b/lisp/language/indian.el
index 0a50dd999f..ef095ddc3b 100644
--- a/lisp/language/indian.el
+++ b/lisp/language/indian.el
@@ -397,7 +397,7 @@ malayalam-composable-pattern
 ;; Brahmi composition rules
 (let ((consonant     "[\U00011013-\U00011034]")
       (non-consonant "[^\U00011013-\U00011034\U00011046\U0001107F]")
-      (vowel         "[\U00011038-\U0001103D\U00011042-\U00011045]")
+      (vowel         "[\U00011038-\U00011045]")
       (numeral       "[\U00011052-\U00011065]")
       (multiplier    "[\U00011064\U00011065]")
       (virama        "\U00011046")

Robert
-- 





  reply	other threads:[~2022-04-17 14:01 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13 10:55 bug#54914: 28.1.50; Unable to form Brahmi conjuncts in Emacs Sameer Singh
2022-04-13 16:03 ` Eli Zaretskii
2022-04-13 16:56   ` Robert Pluim
2022-04-13 18:06     ` समीर सिंह Sameer Singh
2022-04-13 18:26     ` Eli Zaretskii
2022-04-14  9:07       ` Robert Pluim
2022-04-16 10:22         ` Eli Zaretskii
2022-04-16 12:13           ` समीर सिंह Sameer Singh
2022-04-16 12:26             ` Eli Zaretskii
2022-04-16 13:34               ` समीर सिंह Sameer Singh
2022-04-16 16:29                 ` Eli Zaretskii
2022-04-17 12:49                   ` समीर सिंह Sameer Singh
2022-04-17 14:01                     ` Robert Pluim [this message]
2022-04-17 14:25                       ` समीर सिंह Sameer Singh
2022-04-17 14:57                         ` Eli Zaretskii
2022-04-17 15:50                           ` समीर सिंह Sameer Singh
2022-04-17 17:38                             ` Eli Zaretskii
2022-04-17 17:51                               ` समीर सिंह Sameer Singh
2022-04-17 18:32                                 ` Eli Zaretskii
2022-04-17 14:49                       ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h76r3j36.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=54914@debbugs.gnu.org \
    --cc=lumarzeli30@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).