| .. | ||
| ICU_SHA | ||
| LICENSE | ||
| ptypes.h | ||
| README.md | ||
| umachine.h | ||
| urename.h | ||
| utf.h | ||
| utf8.h | ||
| utf16.h | ||
ICU Parts
This directory contains a small subset of files from the Unicode organization's ICU repository.
License
The license for these files is contained in the LICENSE file within this directory.
Contents
- Source files taken from the
icu4c/source/common/unicodedirectory:utf8.hutf16.humachine.h
- Empty source files that are referenced by the above source files, but whose original contents in
libicuare not needed:ptypes.hurename.hutf.h
ICU_SHA- File containing the Git SHA of the commit in theicurepository from which the files were obtained.LICENSE- The license file from theicu4cdirectory of theicurepository.README.md- This text file.
Updating ICU
To incorporate changes from the upstream icu repository:
- Update
ICU_SHAwith the new Git SHA. - Update
LICENSEwith the license text from the directory mentioned above. - Update
utf8.h,utf16.h, andumachine.hwith their new contents in theicurepository.