summaryrefslogtreecommitdiffstats
path: root/base/third_party/icu/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'base/third_party/icu/README.chromium')
-rw-r--r--base/third_party/icu/README.chromium11
1 files changed, 11 insertions, 0 deletions
diff --git a/base/third_party/icu/README.chromium b/base/third_party/icu/README.chromium
new file mode 100644
index 0000000..4b22220
--- /dev/null
+++ b/base/third_party/icu/README.chromium
@@ -0,0 +1,11 @@
+Name: ICU
+URL: http://site.icu-project.org/
+
+This file has the relevant components from ICU copied to handle basic
+UTF8/16/32 conversions. Components are copied from utf.h utf8.h utf16.h and
+utf_impl.c
+
+The main change is that U_/U8_/U16_ prefixes have been replaced with
+CBU_/CBU8_/CBU16_ (for "Chrome Base") to avoid confusion with the "real" ICU
+macros should ICU be in use on the system. For the same reason, the functions
+and types have been put in the "base_icu" namespace.