mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 14:31:31 +00:00
The home of the ICU project source code.
By moving the required call to uhash_close() into the destructor of LocExtKeyData and using CharString instead of raw chunks of bytes allocated with uprv_malloc(), it becomes easier to guarantee that memory handling is correct, without leaks or overflows. With the need for custom deleter functions removed, the code doesn't use any of the additional functionality provided by UVector, it just needs a simple way to keep track of allocated objects to delete them after it's done using them, which MemoryPool does in a simpler and typesafe way. |
||
---|---|---|
.github | ||
icu4c | ||
icu4j | ||
tools | ||
vendor/double-conversion | ||
.appveyor.yml | ||
.cpyskip.txt | ||
.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