[PATCH] [BZ 17588 13064] Update UTF-8 charmap and width to Unicode 7.0.0

Mike Frysinger vapier@gentoo.org
Wed Feb 18 23:30:00 GMT 2015


On 18 Feb 2015 21:23, Alexandre Oliva wrote:
> --- a/localedata/unicode-gen/ctype_compatibility.py
> +++ b/localedata/unicode-gen/ctype_compatibility.py
>
> -# Copyright (C) 2014 Free Software Foundation, Inc.
> +# Copyright (C) 2014, 2015 Free Software Foundation, Inc.

should be a date range (2014-2015)

> +# Auxiliary tables for Hangul syllable names, see the Unicode 3.0 book,
> +# sections 3.11 and 4.4.
> +
> +jamo_initial_short_name = [
> +    'G', 'GG', 'N', 'D', 'DD', 'R', 'M', 'B', 'BB', 'S', 'SS', '', 'J', 'JJ',
> +    'C', 'K', 'T', 'P', 'H'
> +]

module level constants should really be in CAPS.  and use a tuple to make it 
const.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20150218/2085e77c/attachment.sig>


More information about the Libc-alpha mailing list