From: Abhinav Gupta Date: Wed, 28 Sep 2011 20:54:03 +0000 (+0000) Subject: ICU-8855 non-ascii characters in C code. X-Git-Tag: milestone-59-0-1~4472 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a746276e515b97c51dffd1b7445217ad0d1576c;p=icu ICU-8855 non-ascii characters in C code. X-SVN-Rev: 30739 --- diff --git a/icu4c/source/common/unicode/platform.h b/icu4c/source/common/unicode/platform.h index ba74d2ebd41..f1bf8b4c07e 100644 --- a/icu4c/source/common/unicode/platform.h +++ b/icu4c/source/common/unicode/platform.h @@ -110,7 +110,7 @@ #define U_PF_LINUX 4000 /** Android is based on Linux. @internal */ #define U_PF_ANDROID 4050 -/** "Classic" Mac OS (1984–2001) @internal */ +/** "Classic" Mac OS (1984-2001) @internal */ #define U_PF_CLASSIC_MACOS 8000 /** z/OS is the successor to OS/390 which was the successor to MVS. @internal */ #define U_PF_OS390 9000 @@ -522,8 +522,8 @@ #elif U_PLATFORM == U_PF_AIX /* * AIX 6.1 information, section "Wide character data representation": - * "... the wchar_t datatype is 32–bit in the 64–bit environment and - * 16–bit in the 32–bit environment." + * "... the wchar_t datatype is 32-bit in the 64-bit environment and + * 16-bit in the 32-bit environment." * and * "All locales use Unicode for their wide character code values (process code), * except the IBM-eucTW codeset." diff --git a/icu4c/source/i18n/unicode/ucol.h b/icu4c/source/i18n/unicode/ucol.h index 3ae663e067a..5b207d7957a 100644 --- a/icu4c/source/i18n/unicode/ucol.h +++ b/icu4c/source/i18n/unicode/ucol.h @@ -618,7 +618,7 @@ ucol_getReorderCodes(const UCollator* coll, * at the start and/or the end of the collation order. These groups are specified using * UScript codes and UColReorderCode entries. *

By default, reordering codes specified for the start of the order are placed in the - * order given after a group of “special” non-script blocks. These special groups of characters + * order given after a group of "special" non-script blocks. These special groups of characters * are space, punctuation, symbol, currency, and digit. These special groups are represented with * UColReorderCode entries. Script groups can be intermingled with * these special non-script blocks if those special blocks are explicitly specified in the reordering.