From 4ef4dd15315ead7ee077ff7b40b53768ee2a9d95 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 4 Sep 2013 19:39:59 +0000 Subject: [PATCH] ICU-9619 note in readme X-SVN-Rev: 34190 --- icu4c/readme.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/icu4c/readme.html b/icu4c/readme.html index a9d9c4a4f9e..8d8a4eccba6 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -215,6 +215,15 @@

To see which APIs are new or changed in this release, view the ICU4C API Change Report.

+ +

DecimalFormat - two functions marked as const

+

+ DecimalFormat::isScientificNotation and DecimalFormat::isExponentSignAlwaysShown + are now const member functions. DecimalFormat is not recommended for subclassing. +

+ + +

The following list concentrates on changes that affect existing applications migrating from previous ICU releases. For more news about this release, see the