From fcbf63e62c627deae76c1b8cb8c0876c536ed811 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 16 Mar 2020 18:49:26 +0900 Subject: Fresh start --- jni/iconv/libcharset/tools/README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 jni/iconv/libcharset/tools/README (limited to 'jni/iconv/libcharset/tools/README') diff --git a/jni/iconv/libcharset/tools/README b/jni/iconv/libcharset/tools/README new file mode 100644 index 0000000..7c5f7d7 --- /dev/null +++ b/jni/iconv/libcharset/tools/README @@ -0,0 +1,25 @@ +This directory contains tools for maintaining the config.charset file. + +The main script is "all-charsets". Before using it, you must configure +this package. For all installed locales, it prints + - the result of the command "locale charmap", + - the result of "nl_langinfo (CODESET)", + - the result of "locale_charset ()". + +It uses the following auxiliary scripts and programs: + - all-locales + Prints all usable locales in the system, one per line. + - locale_charmap + Executes "locale charmap". + - locale_codeset.c + Prints nl_langinfo (CODESET). + - locale_charset.c + Prints locale_charset(). + +A second main script is "all-charsets-X11". It also prints the X11 +encoding name. Before using it, you must tweak the X11 paths needed +for compiling locale_x11encoding (a simple X11 program), and let your +DISPLAY environment variable point to a running X11 screen. + +The other files are test results from various operating systems. + -- cgit v1.2.3