From: Peter Edberg Note: This is a draft readme. This is a release candidate version of ICU4C.
It is not recommended for production use. Last updated: 2016-Feb-03 Last updated: 2016-Mar-05 See the API Change Report for a complete
+ See the API Change Report for a complete
list of APIs added, removed, or changed in this release.
Release Candidate
(Milestone Release)
- ICU 57.0.1 ReadMe
+ ICU 57.1 ReadMe
@@ -43,7 +43,7 @@
+
Copyright © 1997-2016 International Business Machines Corporation and
others. All Rights Reserved.
API Changes
-
The collation short naming scheme and its API functions are deprecated. +
The collation short naming scheme and its API functions are deprecated.
Use ucol_open() with language tag collation keywords instead (see Collation API Details). For example, ucol_open("de-u-co-phonebk-ka-shifted", &errorCode)
for German Phonebook order with "ignore punctuation" mode.
Cygwin is required if using a version of MSVC other than the one compatible with the supplied project files or if other compilers are used to build ICU. (e.g. GCC)
@@ -839,7 +839,7 @@ "#HowToBuildWindowsCommandLine">command line note below if you want to build from the command line instead. -Setting Active Platform - Note: Even though you are able to select "x64" as the active platform, if your operating system is + Note: Even though you are able to select "x64" as the active platform, if your operating system is not a 64 bit version of Windows, the build will fail. To set the active platform, two different possibilities are:
Batch - Configuration Note: If you want to build the Win32 and x64 platforms and + Configuration Note: If you want to build the Win32 and x64 platforms and Debug and Release configurations at the same time, choose "Build" menu, and select "Batch Build...". Click the "Select All" button, and then click the "Rebuild" button.
@@ -949,7 +949,7 @@- Ensure that the order of the PATH is MSVC, Cygwin, and then other PATHs. The configure + Ensure that the order of the PATH is MSVC, Cygwin, and then other PATHs. The configure script needs certain tools in Cygwin (e.g. grep).
@@ -1106,7 +1106,7 @@
you may want to give runConfigureICU. If you are not using the
runConfigureICU script, or your platform is not supported by the script, you
may need to set your CC, CXX, CFLAGS and CXXFLAGS environment variables, and
- type "./configure".
+ type "./configure".
HP-UX users, please see this note regarding
HP-UX multithreaded build issues with newer compilers. Solaris users,
please see this note regarding Solaris
@@ -1202,13 +1202,13 @@
export _CXX_PSYSIX="CEE.SCEELIB(C128N)":"CBC.SCLBSID(IOSTREAM,COMPLEX)"
export _CEE_RUNOPTS="HEAPPOOLS(ON),HEAP(4M,1M,ANY,FREE,0K,4080)"
gmake
gmake check+
gmake check(The QIBM_MULTI_THREADED=Y flag will be automatically applied to intltest - you can look at the @@ -1392,7 +1392,7 @@ cd ../../..