GNU bug report logs - #55539
28.1; Support for the Kharoṣṭhī Script

Previous Next

Package: emacs;

Reported by: Stefan Baums <baums <at> stefanbaums.com>

Date: Fri, 20 May 2022 09:49:01 UTC

Severity: wishlist

Tags: moreinfo

Found in version 28.1

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 55539 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Baums <baums <at> stefanbaums.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 55539 <at> debbugs.gnu.org
Subject: Re: bug#55539: 28.1; Support for the Kharoṣṭhī Script
Date: Fri, 20 May 2022 19:16:52 +0200
[Message part 1 (text/plain, inline)]
>> 		                ;; '(#x10A00 . #x10A5F)
>
> This last line should be removed, no?

Indeed – left over from an earlier experiment.

>
>> 		                '(#x10A3F . #x10A3F)
>>                         (list
>>                          (vector
>>                           (concat consonant
>>                                   "\\(?:" virama consonant "\\)*"
>>                                   modifier "*"
>>                                   virama "?"
>>                                   vowel "*"
>>                                   modifier "*")
>>                           1 'font-shape-gstring))))
>
> Note that according to the rule above, a sequence
>
>   consonant modifier vowel
>
> will not be composed, although it matches the regexp, because its
> second character is not a virama.  Is this okay?

Because of the '(#x10A3F . #x10A3F) bit? Yes, that may be a
problem. With Kharosthi Unicode, out of the following three
examples, the middle one (consonant + modifier + vowel) has its
vowel attached incorrectly

  𐨗𐨸𐨁 𐨣𐨸𐨁 𐨐𐨿𐨮𐨸𐨁

Cf. 𐨣𐨸𐨁 with modifier with 𐨣𐨁 without modifier:
[consonant_modifier_vowel.png (image/png, inline)]
[Message part 3 (text/plain, inline)]
All look fine with Segoe UI Historic, however.

Can you suggest how to reformulate the rule? My intent was to pass
every whole akṣara to the shaper.

>>  ("a" ["𐨀"]) ("i" ["𐨀𐨁"]) ("u" ["𐨀𐨂"]) ("R" ["𐨀𐨃"]) ("e" ["𐨀𐨅"]) ("o" ["𐨀𐨆"])
>
> Can you please reformat this to have just one rule per line?

Okay, done. Please find new versions of both files attached.

> Would you be willing to start the legal paperwork of the
> copyright assignment at this time? If yes, I will send you the
> form to fill and the instructions to email the form.

I was dreading that process, but am willing. Yes, please send me
the forms.

Many thanks for your quick response and help!
[kharoshthi.el (application/emacs-lisp, attachment)]
[kharoshthi-input.el (application/emacs-lisp, attachment)]

This bug report was last modified 2 years and 349 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.