From c3ad2fabfb9275737a3b0c1fea490b2b1a95de10 Mon Sep 17 00:00:00 2001
From: Andy Heninger
Date: Thu, 2 Feb 2017 18:29:43 +0000
Subject: [PATCH] ICU-12895 ICU4C Readme, mention C++11, utf-8 source files and
UChar being char16_t.
X-SVN-Rev: 39633
---
icu4c/readme.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/icu4c/readme.html b/icu4c/readme.html
index 5ec72017921..f7843f4d83c 100644
--- a/icu4c/readme.html
+++ b/icu4c/readme.html
@@ -246,10 +246,19 @@
For more news about this release, as well as late-breaking news, see the
ICU download page.
+ New for 59 Milestone 1
+
+ - Compiler support for C++11 is required for building the ICU libraries.
+ - All source files are UTF-8 encoded. On platforms where the native charset is not UTF-8,
+ including Windows, check the settings of your editor before working with the source.
+ - The type of UChar is char16_t, on all platforms. This is no longer configurable.
+ This change may affect Windows code with assumptions that UChar was wchar_t, and thus
+ type compatible with other Windows code expecting wchar_t strings.
+
+
Upcoming changes
Please note the following changes planned for an upcoming ICU4C release (likely ICU 59):
- - Compiler support for C++11 will be required.
- Support for Windows XP will be removed.
--
2.40.0