1 This directory contains tools for maintaining the config.charset file.
3 The main script is "all-charsets". Before using it, you must configure
4 this 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 ()".
9 It uses the following auxiliary scripts and programs:
11 Prints all usable locales in the system, one per line.
13 Executes "locale charmap".
15 Prints nl_langinfo (CODESET).
17 Prints locale_charset().
19 A second main script is "all-charsets-X11". It also prints the X11
20 encoding name. Before using it, you must tweak the X11 paths needed
21 for compiling locale_x11encoding (a simple X11 program), and let your
22 DISPLAY environment variable point to a running X11 screen.
24 The other files are test results from various operating systems.