The home of the ICU project source code.
Find a file
Yoshito Umaoka 9a6a64ce05 ICU-21219 Fix for Java version number overflow problem
Internal API VersionInfo.javaVersion() maps Java version number to  4 integer fields. Each field must be up to 255. However, recent OpenJDK 8 update exceed this range.

Luckily, we have only one reference in our code base for checking Java version. CharsetUTF16 uses maxBytePerChar = 4 for Java 5 and older, maxBytePerChar = 2 for newer Java version. Because we no longer support Java 5 runtime, we don't need this conditional check.

We don't have any other uses of VersionInfo.javaVersion(). Java's version range is not what we can control, so I decided to delete the internal use only API completely.
2020-08-19 16:04:45 -04:00
.ci-builds ICU-21176 Add aliases for terms "whitelist" and "blacklist" in data filter 2020-08-11 21:21:59 -05:00
.github ICU-20198 Add issue browse link to PR template. (#200) 2018-10-09 14:05:33 -05:00
docs ICU-20088 fix code, tables, typos, broken links, add code styling 2020-08-19 15:49:35 -03:00
icu4c ICU-21066 Improvements in Ant build files 2020-08-19 12:44:40 +02:00
icu4j ICU-21219 Fix for Java version number overflow problem 2020-08-19 16:04:45 -04:00
tools ICU-21149 Integrating LocaleDistanceBuilder functionality into LDML tooling 2020-08-19 18:42:27 +02:00
vendor/double-conversion ICU-21061 ICU-21085 Merge latest changes from double-conversion 2020-04-21 20:31:38 -05:00
.appveyor.yml ICU-20435 Fix parallel builds with Cygwin to 3.x 2020-03-26 10:18:23 -07:00
.cpyskip.txt ICU-20088 User Guide migration: Add navigation structure and TOC for Jekyll, fix formatting issues, etc. 2020-08-17 10:44:44 -07:00
.gitattributes ICU-20953 Tell GitHub to treat JSON as JSONC to fix syntax highlighting for comments. 2020-02-05 11:33:53 -08:00
.gitignore ICU-21078 Improve instructions and gitignore files for cldr-to-icu. 2020-06-16 20:09:46 +02:00
.travis.yml ICU-21104 Add build bots using Ubuntu 18.04 with C++14 2020-05-08 18:34:15 -07:00
KEYS ICU-20975 update KEYS 2020-03-09 18:22:38 -07:00
README.md ICU-20088 User Guide migration: Add navigation structure and TOC for Jekyll, fix formatting issues, etc. 2020-08-17 10:44:44 -07:00

International Components for Unicode

This is the repository for the International Components for Unicode. The ICU project is under the stewardship of The Unicode Consortium.

ICU Logo

Build Status (master branch)

Build Status
TravisCI Build Status
Azure Pipelines Build Status
Azure Pipelines (Exhaustive Tests) Build Status
Azure Pipelines (Valgrind ICU4C) Build Status
AppVeyor Build status
Fuzzing Fuzzing Status

Subdirectories and Information

License

Please see ./icu4c/LICENSE (C and J are under an identical license file.)

Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. Terms of Use and License