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