mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-19 11:45:45 +00:00
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:
parent
3bf88cd711
commit
1fb16d2460
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue