]> granicus.if.org Git - icu/commitdiff
ICU-8855 non-ascii characters in C code.
authorAbhinav Gupta <mail@abhinavg.net>
Wed, 28 Sep 2011 20:54:03 +0000 (20:54 +0000)
committerAbhinav Gupta <mail@abhinavg.net>
Wed, 28 Sep 2011 20:54:03 +0000 (20:54 +0000)
X-SVN-Rev: 30739

icu4c/source/common/unicode/platform.h
icu4c/source/i18n/unicode/ucol.h

index ba74d2ebd410e35a1cb58e3ab7f88ce636d0dcbd..f1bf8b4c07e753945a3c71d3d2c94a3937b61a1e 100644 (file)
 #define U_PF_LINUX 4000
 /** Android is based on Linux. @internal */
 #define U_PF_ANDROID 4050
-/** "Classic" Mac OS (19842001) @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
 #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."
index 3ae663e067a0b45e174528a00f3d39cbad3dd3d4..5b207d7957a710e0f0ae40cc4ae8d0086d292f7a 100644 (file)
@@ -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.
  * <p>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.