GNU bug report logs -
#57846
[PATCH] Update Unicode Support to Unicode Version 15.0.0.
Previous Next
Full log
Message #14 received at 57846 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
>
> Are these two additions really needed? The first one is just a
> literal copy, and the second one is a trivial transformation that's
> supposed to be handled by this rule:
>
> gsub(/ /, "-", name)
>
> Am I missing something?
>
> Other than that, LGTM.
I have removed them.
Thanks
On Fri, Sep 16, 2022 at 12:48 PM Eli Zaretskii <eliz <at> gnu.org> wrote:
> > From: समीर सिंह Sameer Singh
> > <lumarzeli30 <at> gmail.com>
> > Date: Fri, 16 Sep 2022 07:16:04 +0530
> >
> > If something is wrong with this patch please tell me.
>
> Thank you for working on this.
>
> > diff --git a/admin/unidata/blocks.awk b/admin/unidata/blocks.awk
> > index 1c571feff3..ccfe452ceb 100755
> > --- a/admin/unidata/blocks.awk
> > +++ b/admin/unidata/blocks.awk
> > @@ -118,6 +118,9 @@ function name2alias(name , w, w2) {
> > else if (name ~ /sutton signwriting/) return "sutton-sign-writing"
> > else if (name ~ /sinhala archaic number/) return "sinhala"
> > else if (name ~ /tangut components/) return "tangut"
> > + else if (name ~ /kawi/) return "kawi"
> > + else if (name ~ /nag mundari/) return "nag-mundari"
>
> Are these two additions really needed? The first one is just a
> literal copy, and the second one is a trivial transformation that's
> supposed to be handled by this rule:
>
> gsub(/ /, "-", name)
>
> Am I missing something?
>
> Other than that, LGTM.
>
[Message part 2 (text/html, inline)]
[0001-Update-Unicode-support-to-Unicode-version-15.0.0.patch (text/x-patch, attachment)]
This bug report was last modified 2 years and 307 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.