1 This directory contains tools for maintaining the tables in the localcharset.c
4 The main script is "all-charsets". Before using it, you must configure
5 this package. For all installed locales, it prints
6 - the result of the command "locale charmap",
7 - the result of "nl_langinfo (CODESET)",
8 - the result of "locale_charset ()".
10 It uses the following auxiliary scripts and programs:
12 Prints all usable locales in the system, one per line.
14 Executes "locale charmap".
16 Prints nl_langinfo (CODESET).
18 Prints locale_charset().
20 A second main script is "all-charsets-X11". It also prints the X11
21 encoding name. Before using it, you must tweak the X11 paths needed
22 for compiling locale_x11encoding (a simple X11 program), and let your
23 DISPLAY environment variable point to a running X11 screen.
25 The other files are test results from various operating systems.