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


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.

Michael Koch wrote:


Commited now with the following Changelog entry:


2004-07-09 Michael Koch <konqueror@gmx.de>

* scripts/unicode-muncher.pl: Updated to version 2.1
from GNU classpath. Added some clarifications on where to find the
needed files from www.unicode.org.
* gnu/gcj/convert/UnicodeCharacterDatabase-3.0.0.html,
gnu/gcj/convert/UnicodeData-3.0.0.txt:
Removed, these can directly be downloaded from www.unicode.org if
needed. * gnu/java/lang/CharData.java: Regenerated.
* include/java-chartables.h: Regenerated.
* Makefile.am (ordinary_java_source_files):
Removed gnu/java/lang/CharData.java.
* Makefile.in: Regenerated.


--
Someday, I might put a cute statement here.

Eric Blake ebb9@byu.net


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