This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: Patch: Update of scripts/unicode-muncher.pl


Am Dienstag, 13. Juli 2004 13:53 schrieb Eric Blake:
> While you're at it, Java 1.5 (or whatever it will be called)
> supports Unicode 4.0, and this affects the compiler (see JSR 204)
> as well as java.lang.Character.  The compiler will need to
> recognize surrogate pairs as legal character codepoints, such that
> something like the pair \ud835\udc82 becomes a legal identifier. 
> The unicode-muncher.pl script will need some updating to store info
> on 0x10ffff characters now, instead of the current 0xffff.

If someone wants to do this I will not stop him, but I will focus on 
more important stuff like Swing support.


Michael


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