Bug 24535 - Update locale data to Unicode 12.1.0
Summary: Update locale data to Unicode 12.1.0
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.30
: P2 normal
Target Milestone: 2.30
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-08 05:40 UTC by Mike FABIAN
Modified: 2019-08-01 05:14 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
0001-Bug-24535-Update-to-Unicode-12.1.0.patch (7.13 KB, patch)
2019-05-08 09:57 UTC, Mike FABIAN
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike FABIAN 2019-05-08 05:40:45 UTC
Now that Unicode 12.1.0 is released, the locale data that was updated for Unicode 12.0.0 (bug 24307) should be updated to 12.1.0

http://blog.unicode.org/2019/05/unicode-12-1-en.html

https://www.unicode.org/Public/12.1.0/ucd/
Comment 1 Mike FABIAN 2019-05-08 09:57:43 UTC
Created attachment 11766 [details]
0001-Bug-24535-Update-to-Unicode-12.1.0.patch
Comment 2 Sourceware Commits 2019-05-13 16:10:32 UTC
The master branch has been updated by Mike Fabian <mfabian@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f6efec90c86a6576fe02f4bf220ed4f7bc0b5e14

commit f6efec90c86a6576fe02f4bf220ed4f7bc0b5e14
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed May 8 07:54:15 2019 +0200

    Bug 24535: Update to Unicode 12.1.0
    
    Unicode 12.1.0 Support: Character encoding, character type info, and
    transliteration tables are all updated to Unicode 12.1.0, using
    the generator scripts contributed by Mike FABIAN (Red Hat).
    
    Some info about the number of characters added or changed:
    
    Total added characters in newly generated CHARMAP: 1
    added: <U32FF>     /xe3/x8b/xbf SQUARE ERA NAME REIWA
    Total added characters in newly generated WIDTH: 1
    added: <U32FF> 2 : eaw=W category=So bidi=L   name=SQUARE ERA NAME REIWA
    graph: Added 1 characters in new ctype which were not in old ctype
    graph: Added: ㋿ U+32FF SQUARE ERA NAME REIWA
    print: Added 1 characters in new ctype which were not in old ctype
    print: Added: ㋿ U+32FF SQUARE ERA NAME REIWA
    punct: Added 1 characters in new ctype which were not in old ctype
    punct: Added: ㋿ U+32FF SQUARE ERA NAME REIWA
Comment 3 Mike FABIAN 2019-05-13 16:13:34 UTC
Patch is pushed to glibc master.