This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/14094] Update locale data to Unicode 7.0.0


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

--- Comment #27 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Created attachment 7931
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7931&action=edit
gen-unicode-ctype.py

Python rewrite of Bruno Haibleâs gen-unicode-ctype.c.

This version produces *exactly* the same output as the C program:

    $ gcc -o gen-unicode-ctype gen-unicode-ctype.c
    $ ./gen-unicode-ctype UnicodeData.txt 7.0.0
    $ ./gen-unicode-ctype.py -u UnicodeData.txt -o unicode-new
--unicode_version 7.0.0
    $ diff -u unicode unicode-new
    $

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]