mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
This is the normal standard way in C, C++ as well as Java and there's no longer any reason for ICU to be different. The various internal macros providing custom boolean constants can all be deleted and code as well as documentation can be updated to use lowercase true/false everywhere. |
||
---|---|---|
.. | ||
displayLocaleConv.c | ||
Makefile | ||
readme.txt | ||
testLocales.sh | ||
testTimezone.c | ||
testTimezones.sh |
# # Copyright (C) 2017 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html # # Copyright (C) 2006-2008, International Business Machines # Corporation and others. All Rights Reserved. # These tests allow you to see how timezones, locales, charsets and other similar stuff are mapped from the OS values to ICU specific values. Some tweaking may be required to get these tools to work. If the charset maps to US-ASCII, it may be an indication that the alias or mapping table do not exist in ICU. If the locale doesn't exist, the test will state that the locale is not available. If the timezone doesn't match, it will be listed as a difference.