HP-UX Reference (11i v2 07/12) - 1 User Commands A-M (vol 1)

d
dmpxlt(1) dmpxlt(1)
NAME
dmpxlt - dump iconv translation tables to a readable format
SYNOPSIS
/usr/bin/dmpxlt
[-f output_filename][input_filename]
DESCRIPTION
dmpxlt dumps the compiled version of the iconv
codeset conversion tables into an ASCII-readable for-
mat that can be modified and used as input to genxlt(1) to regenerate the table for iconv(1).
Options
dmpxlt recognizes the following options:
-f output_filename If this option is not selected, the data will be sent to standard output.
dmpxlt will create an output file in the prescribed format, giving the filecode mapping between the two
code sets, which can be edited and reused by genxlt(1) to create new tables for iconv(1). The entries are in
hexadecimal.
EXTERNAL INFLUENCES
Environment Variables
LANG provides a default value for the internationalization variables that are unset or null. If
LANG is
unset or null, the default value of "C" (see lang(5)) is used. If any of the internationalization variables con-
tains an invalid setting,
dmpxlt will behave as if all internationalization variables are set to "C". See
environ(5).
LC_ALL If set to a non-empty string value, overrides the values of all the other internationalization vari-
ables.
LC_MESSAGES determines the locale that should be used to affect the format and contents of diagnostic
messages written to standard error and informative messages written to standard output.
NLSPATH determines the location of message catalogues for the processing of LC_MESSAGES .
International Code Set Support
Single and multi-byte character code sets are supported.
RETURN VALUE
The following are exit values:
0 Successful completion.
>0 Error condition occurred.
EXAMPLES
This example creates the source file genxlt_input from the table roma8=iso81 :
dmpxlt -f genxlt_input /usr/lib/nls/iconv/tables/roma8=iso81
FILES
/usr/lib/nls/iconv/tables
All tables must be installed in this directory.
SEE ALSO
iconv(1), genxlt(1), iconv(3C), environ(5) lang(5).
246 Hewlett-Packard Company 1 HP-UX 11i Version 2: December 2007 Update