xref: /aosp_15_r20/external/cronet/base/third_party/icu/README.chromium (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1Name: ICU
2URL: http://site.icu-project.org/
3Version: 60
4License: Unicode
5License File: LICENSE
6Shipped: no
7
8This file has the relevant components from ICU copied to handle basic UTF8/16/32
9conversions. Components are copied from umachine.h, utf.h, utf8.h, and utf16.h
10into icu_utf.h.
11
12The main change is that U_/U8_/U16_/UPRV_ prefixes have been replaced with
13CBU_/CBU8_/CBU16_/CBUPRV_ (for "Chrome Base") to avoid confusion with the "real"
14ICU macros should ICU be in use on the system. For the same reason, the
15functions and types have been put in the "base_icu" namespace.
16
17Note that this license file is marked as not shipped, since a more complete
18ICU license is included from //third_party/icu/README.chromium
19