From: Markus Scherer Date: Wed, 27 Jul 2011 05:53:56 +0000 (+0000) Subject: ICU-8575 option for not including utf headers by default; replace uses of deprecated... X-Git-Tag: milestone-59-0-1~4620 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e31ce99b847d40b502a03c1c7f2fd3b723f36178;p=icu ICU-8575 option for not including utf headers by default; replace uses of deprecated utf_old.h macros X-SVN-Rev: 30430 --- diff --git a/icu4c/readme.html b/icu4c/readme.html index 56c27baa1d6..982cea9722a 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -594,7 +594,8 @@ This can lead to inadvertent construction of a UnicodeString with a single character by using an integer, and it can lead to inadvertent dependency on the conversion framework - by using a C string literal. + by using a C string literal.
+ Beginning with ICU 49, you should do the following: