all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "समीर सिंह Sameer Singh" <lumarzeli30@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: bug#55745: [PATCH] Add support for the Hanifi Rohingya script
Date: Wed, 01 Jun 2022 16:32:39 +0300	[thread overview]
Message-ID: <8335goh5l4.fsf@gnu.org> (raw)
In-Reply-To: <CAOR1sLzNEbwe_MbeQU93qQORXHfUniGrGRp00UTy2XbyWHR+7w@mail.gmail.com> (message from समीर सिंह Sameer Singh on Wed, 1 Jun 2022 18:55:17 +0530)

> From: समीर सिंह Sameer Singh <lumarzeli30@gmail.com>
> Date: Wed, 1 Jun 2022 18:55:17 +0530
> Cc: emacs-devel@gnu.org
> 
>  Does the font you use support those characters?  Does it support Tamil
>  in general?
> 
> Yes the font supports the supplement characters, but does not support Tamil in general.

Then I think this is the problem.  Tamil requires special support from
the font, as evidenced by this snippet from fontset.el:

     (tamil ,(font-spec :registry "iso10646-1" :otf '(tml2 nil (akhn)))
            ,(font-spec :registry "iso10646-1" :otf '(taml nil (akhn))))

As you see, we request special OTF features, and thus by default will
not accept a font that doesn't have them.  You can override that by
customizing the fontset via set-fontset-font.

Are you aware of any good Tamil fonts that support the Tamil
Supplemental block?  I don't seem to be able to find any such fonts.

>  > I even added a separate tamil-supplement script to (script-representative-chars) but nothing worked.
> 
>  There's no tamil-supplement script, though.
> 
> Unicode defines one, but AFAIK Emacs removes the "supplement" word from these characters. I think it is
> defined in admin/unidata/blocks.awk 

Yes, that's what produces charscript.el.



  reply	other threads:[~2022-06-01 13:32 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-01  2:40 bug#55745: [PATCH] Add support for the Hanifi Rohingya script समीर सिंह Sameer Singh
2022-06-01 12:12 ` Eli Zaretskii
2022-06-01 12:24   ` समीर सिंह Sameer Singh
2022-06-01 12:54     ` Eli Zaretskii
2022-06-01 13:25       ` समीर सिंह Sameer Singh
2022-06-01 13:32         ` Eli Zaretskii [this message]
2022-06-01 13:54           ` समीर सिंह Sameer Singh
2022-06-01 14:30             ` Werner LEMBERG
2022-06-01 16:55               ` समीर सिंह Sameer Singh
2022-06-01 17:39                 ` Tamil fonts (Was: bug#55745: [PATCH] Add support for the Hanifi Rohingya script) Eli Zaretskii
2022-06-02  2:55                   ` समीर सिंह Sameer Singh
2022-06-02  5:38                     ` Eli Zaretskii
2022-06-02  6:27                       ` Eli Zaretskii
2022-06-02  6:42                         ` Tamil fonts Visuwesh
2022-06-02 12:14                         ` Tamil fonts (Was: bug#55745: [PATCH] Add support for the Hanifi Rohingya script) समीर सिंह Sameer Singh
2022-06-02 12:45                           ` Eli Zaretskii
2022-06-02 12:50                             ` Tamil fonts Werner LEMBERG
2022-06-03 11:37                               ` समीर सिंह Sameer Singh
2022-06-03 11:49                                 ` Eli Zaretskii
2022-06-03 11:51                                   ` समीर सिंह Sameer Singh
2022-06-03 12:10                                     ` Eli Zaretskii
2022-06-03 12:16                                       ` समीर सिंह Sameer Singh
2022-06-03 13:00                                         ` Eli Zaretskii
2022-06-03 13:14                                           ` Visuwesh
2022-06-03 13:19                                             ` समीर सिंह Sameer Singh
2022-06-03 13:38                                             ` 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

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

  git send-email \
    --in-reply-to=8335goh5l4.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.