mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-8855 non-ascii characters in C code.
X-SVN-Rev: 30739
This commit is contained in:
parent
00d87011fd
commit
6a746276e5
2 changed files with 4 additions and 4 deletions
|
@ -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."
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue