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.