unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "समीर सिंह Sameer Singh" <lumarzeli30@gmail.com>
To: Robert Pluim <rpluim@gmail.com>
Cc: 54914@debbugs.gnu.org
Subject: bug#54914: 28.1.50; Unable to form Brahmi conjuncts in Emacs
Date: Wed, 13 Apr 2022 23:36:02 +0530	[thread overview]
Message-ID: <CAOR1sLwnXhhck5pPQz=TiW93jO0v10PoJveXRDj0WLT+FFe6jQ@mail.gmail.com> (raw)
In-Reply-To: <87tuaw53d6.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1624 bytes --]

I am not capable enough to write my own patch for it, but will be more than
happy to provide help in implementing it, by validating results.

On Wed, Apr 13, 2022 at 10:26 PM Robert Pluim <rpluim@gmail.com> wrote:

> >>>>> On Wed, 13 Apr 2022 19:03:36 +0300, Eli Zaretskii <eliz@gnu.org>
> said:
>
>     >> From: Sameer Singh <lumarzeli30@gmail.com>
>     >> Date: Wed, 13 Apr 2022 16:25:41 +0530
>     >>
>     >> Brahmi just like any other Indic script also has the ability to
> form conjuncts, but despite using "Segoe UI
>     >> Historic" font which supports Brahmi Conjuncts, Emacs is not able
> to display them.
>
>     Eli> This is a missing feature: we don't have composition rules for the
>     Eli> Brahmi script, and more generally don't have any support for that
>     Eli> script.  Patches to add that are welcome.
>
> A brute-force example of what Eli's talking about would be:
>
> (set-char-table-range composition-function-table
>                       '(#x11000 . #x1107F)
>                       (list (vector "[\x11000-\x1107F]+" 0
> #'font-shape-gstring)))
>
> which essentially means "hand off any sequence of Brahmi codepoints to
> harfbuzz", which might end up being slow. From your example, youʼre
> requesting more something like "consonant, virami, consonant", which
> is also possible, but we'll need your guidance to tell us when the
> results are acceptable. (If anyone is interested, thereʼs section 14.1
> of the Unicode 14 standard that describes how they think Brahmi should
> be handled, but Iʼve not tried to understand it yet).
>
> Robert
> --
>

[-- Attachment #2: Type: text/html, Size: 2226 bytes --]

  reply	other threads:[~2022-04-13 18:06 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 [this message]
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
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='CAOR1sLwnXhhck5pPQz=TiW93jO0v10PoJveXRDj0WLT+FFe6jQ@mail.gmail.com' \
    --to=lumarzeli30@gmail.com \
    --cc=54914@debbugs.gnu.org \
    --cc=rpluim@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).