icu/tools/release/c/os-mapping
Fredrik Roubert 030fa1a479 ICU-21148 Consistently use standard lowercase true/false everywhere.
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.
2022-09-07 20:56:33 +02:00
..
displayLocaleConv.c ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
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.