Prepare for Unicode 3.1 support.
[libiconv.git] / libcharset / tools / README
blob7c5f7d73d9bb561552b6492049a48efe6ad69463
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:
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().
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.