emsApplication/3rdPartner/libiconv/libcharset/tools
HwangKC a386d0c62b init 2024-05-24 12:19:45 +08:00
..
README init 2024-05-24 12:19:45 +08:00
aix-3.2.5 init 2024-05-24 12:19:45 +08:00
aix-4.1.5 init 2024-05-24 12:19:45 +08:00
aix-4.2.0 init 2024-05-24 12:19:45 +08:00
aix-4.3.2 init 2024-05-24 12:19:45 +08:00
all-charsets init 2024-05-24 12:19:45 +08:00
all-charsets-X11 init 2024-05-24 12:19:45 +08:00
all-locales init 2024-05-24 12:19:45 +08:00
beos-5 init 2024-05-24 12:19:45 +08:00
cygwin-1.7.2 init 2024-05-24 12:19:45 +08:00
darwin-6.8 init 2024-05-24 12:19:45 +08:00
darwin-7.5 init 2024-05-24 12:19:45 +08:00
darwin-9.5 init 2024-05-24 12:19:45 +08:00
freebsd-3.3 init 2024-05-24 12:19:45 +08:00
glibc-2.1.3 init 2024-05-24 12:19:45 +08:00
glibc-2.1.90 init 2024-05-24 12:19:45 +08:00
glibc-2.2 init 2024-05-24 12:19:45 +08:00
glibc-2.2-XF86-3.3.6 init 2024-05-24 12:19:45 +08:00
glibc-2.2-XF86-4.0.1f init 2024-05-24 12:19:45 +08:00
hpux-10.01 init 2024-05-24 12:19:45 +08:00
hpux-10.20 init 2024-05-24 12:19:45 +08:00
hpux-11.00 init 2024-05-24 12:19:45 +08:00
irix-6.5 init 2024-05-24 12:19:45 +08:00
locale_charmap init 2024-05-24 12:19:45 +08:00
locale_charset.c init 2024-05-24 12:19:45 +08:00
locale_codeset.c init 2024-05-24 12:19:45 +08:00
locale_monthnames.c init 2024-05-24 12:19:45 +08:00
locale_x11encoding.c init 2024-05-24 12:19:45 +08:00
netbsd-3.0 init 2024-05-24 12:19:45 +08:00
openbsd-4.1 init 2024-05-24 12:19:45 +08:00
osf1-4.0a init 2024-05-24 12:19:45 +08:00
osf1-4.0d init 2024-05-24 12:19:45 +08:00
osf1-5.1 init 2024-05-24 12:19:45 +08:00
solaris-2.4 init 2024-05-24 12:19:45 +08:00
solaris-2.5.1 init 2024-05-24 12:19:45 +08:00
solaris-2.6 init 2024-05-24 12:19:45 +08:00
solaris-2.6-cjk init 2024-05-24 12:19:45 +08:00
solaris-2.7 init 2024-05-24 12:19:45 +08:00
sunos-4.1.4 init 2024-05-24 12:19:45 +08:00
win32 init 2024-05-24 12:19:45 +08:00

README

This directory contains tools for maintaining the tables in the localcharset.c
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.