classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [generics] Updated java.lang.Character's blocks to Unicode


From: Andrew John Hughes
Subject: [cp-patches] [generics] Updated java.lang.Character's blocks to Unicode 4
Date: Sat, 11 Jun 2005 15:24:35 +0100
User-agent: Mutt/1.5.9i

I'm committing the attached patch which adds the new UnicodeBlock
instances to java.lang.Character to match the Unicode 4 standard.
At present, the character data queries still use Unicode 3 data.

Changelog:

2005-06-11  Andrew John Hughes  <address@hidden>

        * doc/unicode/Blocks-4.0.0.txt:
        New block listings for Unicode 4.0.0.
        * java/lang/Character.java:
        Added new fields for 1.5, both in Character and UnicodeBlock.
        (UnicodeBlock.of(int)): Implemented.
        (UnicodeBlock.forName(String)): Implemented.
        * java/lang/annotation/ElementType.java:
        Corrected serial UID.
        * java/lang/annotation/RetentionPolicy.java:
        Likewise.
        * scripts/unicode-blocks.pl
        Updated to handle Unicode 4.0.0.

-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

No software patents in Europe -- http://nosoftwarepatents.com

"Value your freedom, or you will lose it, teaches history. 
`Don't bother us with politics' respond those who don't want to learn." 
-- Richard Stallman

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }

Attachment: character-01.diff
Description: Text document

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]