acadia-newlib/winsup/cygwin/linux-locale-helpers
Corinna Vinschen 7b591704b8 Cygwin: locale: new script creating linux default codeset mapping
New script creating a mapping table from locale to default codeset
for this locale.  We use that in Cygwin now to generate the own
default codeset mapping based on Linux locale names.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2023-02-25 16:12:51 +01:00
..
README
fetch-lc-def-codesets-from-linux Cygwin: locale: new script creating linux default codeset mapping 2023-02-25 16:12:51 +01:00
fetch-lc_collate-elements-from-glibc
fetch-lc_messages-from-linux.c
fetch-lc_time_era-from-linux.c

README

These scripts and helper applications are used to create locale data
required for complete locale support, but either missing in Windows
or implemented in a non-POSIXy way.

The script has to run from inside a glibc git clone.
The C tools can be built without any special options.

All three tools generate the new locale headers (lc_collelem.h,
lc_era.h, lc_msg.h) in the current working directory.  They can just
be copied to local_includes and commited without further changes.