Annotation of embedaddon/libiconv/libcharset/tools/README, revision 1.1

1.1     ! misho       1: This directory contains tools for maintaining the config.charset file.
        !             2: 
        !             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 ()".
        !             8: 
        !             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().
        !            18: 
        !            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.
        !            23: 
        !            24: The other files are test results from various operating systems.
        !            25: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>