From: Markus Scherer Date: Mon, 25 Jul 2011 21:52:03 +0000 (+0000) Subject: ICU-8452 update the readme with the new location of the U_CHARSET_IS_UTF8 definition X-Git-Tag: milestone-59-0-1~4625 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fb16d24604904bd6ee058acf056926a39b403c3;p=icu ICU-8452 update the readme with the new location of the U_CHARSET_IS_UTF8 definition X-SVN-Rev: 30419 --- diff --git a/icu4c/readme.html b/icu4c/readme.html index 5fa13f0a5a3..56c27baa1d6 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -571,7 +571,9 @@ and statically linked ICU libraries become smaller. (See the U_CHARSET_IS_UTF8 API documentation for more details.)
- You can -DU_CHARSET_IS_UTF8=1 or modify unicode/utypes.h: + You can -DU_CHARSET_IS_UTF8=1 or + modify unicode/utypes.h (in ICU 4.8 and below) + or modify unicode/platform.h (in ICU 49 and higher):
Index: source/common/unicode/utypes.h
 ===================================================================
 --- source/common/unicode/utypes.h      (revision 26606)