mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 09:45:26 +00:00
The home of the ICU project source code.
This gets rid of those fixed buffers that caused ICU-13417 to be filed in the first place, those that prevent handling language tags with very large amounts of keywords. A number of fixed buffers will still remain in uloc_tag.cpp (and elsewhere in the locale handling code) for the time being, but this change is a necessary first step in cleaning up this code and will alleviate the most pressing problem encountered by ICU4C users. An off-by-one error in _getKeywords() caused uloc_canonicalize() to not write out the final keyword value in case the result would fill up the buffer exactly, resulting in U_STRING_NOT_TERMINATED_WARNING. |
||
---|---|---|
.github | ||
icu4c | ||
icu4j | ||
tools | ||
vendor/double-conversion | ||
.appveyor.yml | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
README.md |
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.
Build Status
Build | Status |
---|---|
TravisCI | |
Win x64 Release | |
Win x86 Release |
Subdirectories and Information
icu4c/
ICU for C/C++icu4j/
ICU for Javatools/
Toolsvendor/
Vendor dependencies
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