ICU-8855 non-ascii characters in C code.

X-SVN-Rev: 30739
This commit is contained in:
Abhinav Gupta 2011-09-28 20:54:03 +00:00
parent 00d87011fd
commit 6a746276e5
2 changed files with 4 additions and 4 deletions

View file

@ -110,7 +110,7 @@
#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
@ -522,8 +522,8 @@
#elif U_PLATFORM == U_PF_AIX
/*
* AIX 6.1 information, section "Wide character data representation":
* "... the wchar_t datatype is 32bit in the 64bit environment and
* 16bit in the 32bit 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."

View 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.