diff --git a/icu4c/readme.html b/icu4c/readme.html index 806fbe447e..1cd9dff932 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -87,6 +87,8 @@
  • Unix Type Platforms
  • +
  • Using the default codepage
  • +
  • Methods for enabling deprecated APIs
  • @@ -1412,6 +1414,17 @@ ADDENVVAR ENVVAR(OUTPUTDIR) VALUE('libraryname') LD_LIBRARY_PATH environment variable. The ICU libraries may not link or load properly without doing this.

    +

    Using the default codepage

    + +

    Starting in ICU 2.0, when the default codepage cannot be opened, a + fallback default codepage will be used. On most platforms, this will be + US-ASCII. For os/390 (z/OS), ibm-1047-s390 is the default fallback + codepage. For as/400 (iSeries), ibm-37 is the default fallback codepage. + This default fallback codepage is used when the operating system is using + a non-standard name for a default codepage, or the converter was not + packaged with ICU. The feature allows ICU to run in unusual + computing environments without completely failing.

    +

    Methods for enabling deprecated APIs