1b671c9b25
- CreateFileMappingW is marked for both desktop and UWP apps, so we can call that in both code paths. - We can use the W version of the CreateFileMapping API instead of A version since we pass a NULL for the name anyways. - We can call the same API CreateFile[A|W] from both the UWP and Win32 versions of the code, reducing one of the UWP forks. - Add a work-around for older versions of the Windows 10 SDK UWP headers. - Remove the code that was creating a custom security descriptor (but setting everything to NULL) and pass null to the API directly. This way we will get the default security descriptor instead of the NULL dacl. - Change to use nullptr instead of NULL in C++ code. |
||
---|---|---|
.ci-builds | ||
.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