Sponsor for 6666666: A better implementation of Character.isSupplementaryCodePoint

Ulf Zibis Ulf.Zibis at gmx.de
Fri Mar 26 18:08:05 UTC 2010


Am 26.03.2010 00:33, schrieb Martin Buchholz:
> On Thu, Mar 25, 2010 at 13:26, Ulf Zibis<Ulf.Zibis at gmx.de>  wrote:
>    
>
>> - several UnicodeBlock declarations differ little in indentation/whitespace
>> usage from the average. I would prefer:
>>         public static final UnicodeBlock SUPPLEMENTARY_PRIVATE_USE_AREA_A =
>>             new UnicodeBlock("SUPPLEMENTARY_PRIVATE_USE_AREA_A",
>>                              new String[] { "Supplementary Private Use
>> Area-A",
>>                                             "SupplementaryPrivateUseArea-A"
>> });
>>      
> See forthcoming patch.
>
>
>    

I've forgotten to mention: 
http://java.sun.com/docs/codeconv/html/CodeConventions.doc2.html#1852
Applies to location of static final int SIZE = 16;

-Ulf





More information about the core-libs-dev mailing list