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