mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1939 UTF32_PlatformEndian is not an alias for UTF-32 any more
X-SVN-Rev: 8838
This commit is contained in:
parent
a0770e9de7
commit
94e81782d4
1 changed files with 1 additions and 1 deletions
|
@ -1006,7 +1006,7 @@ static void TestAlias() {
|
|||
{ "UTF-32BE", "UTF32_BigEndian" },
|
||||
{ "UTF-32LE", "UTF32_LittleEndian" },
|
||||
{ "UTF-32", "ISO-10646-UCS-4" },
|
||||
{ "UTF-32", "UTF32_PlatformEndian" },
|
||||
{ "UTF32_PlatformEndian", "UTF32_PlatformEndian" },
|
||||
{ "UTF-32", "ucs-4" }
|
||||
};
|
||||
int32_t CONVERTERS_NAMES_LENGTH = sizeof(CONVERTERS_NAMES) / sizeof(*CONVERTERS_NAMES);
|
||||
|
|
Loading…
Add table
Reference in a new issue