public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/21951] New: Update hanzi collation by stroke
@ 2017-08-15  9:00 bluebat at member dot fsf.org
  2017-08-30  3:19 ` [Bug localedata/21951] " maiku.fabian at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bluebat at member dot fsf.org @ 2017-08-15  9:00 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21951

            Bug ID: 21951
           Summary: Update hanzi collation by stroke
           Product: glibc
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: bluebat at member dot fsf.org
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

Created attachment 10344
  --> https://sourceware.org/bugzilla/attachment.cgi?id=10344&action=edit
patch of cns11643_stroke for hanzi collation

1.Add license declaration
2.Use strokes by component

Test results:
With locale C: 𨓳呆困杏束棺椎逨進
With locale cmn_TW: 杏束呆困𨓳椎逨棺進
With locale cmn_TW(patched): 杏束呆困椎棺進𨓳逨

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/21951] Update hanzi collation by stroke
  2017-08-15  9:00 [Bug localedata/21951] New: Update hanzi collation by stroke bluebat at member dot fsf.org
@ 2017-08-30  3:19 ` maiku.fabian at gmail dot com
  2017-08-30  9:12 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-08-30  3:19 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21951

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2017-08-29
                 CC|                            |maiku.fabian at gmail dot com
           Assignee|unassigned at sourceware dot org   |maiku.fabian at gmail dot com
     Ever confirmed|0                           |1

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/21951] Update hanzi collation by stroke
  2017-08-15  9:00 [Bug localedata/21951] New: Update hanzi collation by stroke bluebat at member dot fsf.org
  2017-08-30  3:19 ` [Bug localedata/21951] " maiku.fabian at gmail dot com
@ 2017-08-30  9:12 ` cvs-commit at gcc dot gnu.org
  2017-08-30  9:38 ` maiku.fabian at gmail dot com
  2017-08-30 10:14 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2017-08-30  9:12 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21951

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  bdbf14d12e38264dac72db00eed219ad37ceb953 (commit)
      from  2f1aef195924fe33cd9d3f8772b2688ced7244ee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bdbf14d12e38264dac72db00eed219ad37ceb953

commit bdbf14d12e38264dac72db00eed219ad37ceb953
Author: Wei-Lun Chao <bluebat@member.fsf.org>
Date:   Tue Aug 29 16:52:32 2017 +0200

    Update hanzi collation by stroke

        [BZ #21951]
            * locales/cns11643_stroke: Update hanzi collation by stroke
            (Add license declaration, use strokes by component).

-----------------------------------------------------------------------

Summary of changes:
 localedata/ChangeLog               |    6 +
 localedata/locales/cns11643_stroke |50879 ++++++++++++++++++++----------------
 2 files changed, 28242 insertions(+), 22643 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/21951] Update hanzi collation by stroke
  2017-08-15  9:00 [Bug localedata/21951] New: Update hanzi collation by stroke bluebat at member dot fsf.org
  2017-08-30  3:19 ` [Bug localedata/21951] " maiku.fabian at gmail dot com
  2017-08-30  9:12 ` cvs-commit at gcc dot gnu.org
@ 2017-08-30  9:38 ` maiku.fabian at gmail dot com
  2017-08-30 10:14 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-08-30  9:38 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21951

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Mike FABIAN <maiku.fabian at gmail dot com> ---
FIXED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/21951] Update hanzi collation by stroke
  2017-08-15  9:00 [Bug localedata/21951] New: Update hanzi collation by stroke bluebat at member dot fsf.org
                   ` (2 preceding siblings ...)
  2017-08-30  9:38 ` maiku.fabian at gmail dot com
@ 2017-08-30 10:14 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-08-30 10:14 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21951

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.27

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-30 10:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-15  9:00 [Bug localedata/21951] New: Update hanzi collation by stroke bluebat at member dot fsf.org
2017-08-30  3:19 ` [Bug localedata/21951] " maiku.fabian at gmail dot com
2017-08-30  9:12 ` cvs-commit at gcc dot gnu.org
2017-08-30  9:38 ` maiku.fabian at gmail dot com
2017-08-30 10:14 ` maiku.fabian at gmail dot com

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).