ICU-8452 update the readme with the new location of the U_CHARSET_IS_UTF8 definition

X-SVN-Rev: 30419
This commit is contained in:
Markus Scherer 2011-07-25 21:52:03 +00:00
parent 3bf88cd711
commit 1fb16d2460

View file

@ -571,7 +571,9 @@
and statically linked ICU libraries become smaller.
(See the <a href="http://icu-project.org/apiref/icu4c/utypes_8h.html#0a33e1edf3cd23d9e9c972b63c9f7943">U_CHARSET_IS_UTF8</a>
API documentation for more details.)<br>
You can <code>-DU_CHARSET_IS_UTF8=1</code> or modify unicode/utypes.h:
You can <code>-DU_CHARSET_IS_UTF8=1</code> or
modify unicode/utypes.h (in ICU 4.8 and below)
or modify unicode/platform.h (in ICU 49 and higher):
<pre>Index: source/common/unicode/utypes.h
===================================================================
--- source/common/unicode/utypes.h (revision 26606)