ICU-1939 UTF32_PlatformEndian is not an alias for UTF-32 any more

X-SVN-Rev: 8838
This commit is contained in:
Markus Scherer 2002-06-11 20:41:08 +00:00
parent a0770e9de7
commit 94e81782d4

View file

@ -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);