1dumpcs(1)                        User Commands                       dumpcs(1)
2
3
4

NAME

6       dumpcs - show codeset table for the current locale
7

SYNOPSIS

9       dumpcs [-0123vw]
10
11

DESCRIPTION

13       dumpcs  shows  a  list  of  printable characters for the user's current
14       locale, along with their hexadecimal code values. The display device is
15       assumed to be capable of displaying characters for a given locale. With
16       no option, dumpcs displays the entire list of printable characters  for
17       the current locale.
18
19
20       With one or more numeric options specified, it shows EUC codeset(s) for
21       the current locale according to the numbers specified, and in order  of
22       codeset  number.  Each  non-printable  character  is  represented by an
23       asterisk "*" and enough ASCII space character(s) to fill that codeset's
24       column width.
25

OPTIONS

27       -0     Show ASCII (or EUC primary) codeset.
28
29
30       -1     Show EUC codeset 1, if used for the current locale.
31
32
33       -2     Show EUC codeset 2, if used for the current locale.
34
35
36       -3     Show EUC codeset 3, if used for the current locale.
37
38
39       -v     "Verbose". Normally, ranges of non-printable characters are col‐
40              lapsed into a single line. This option  produces  one  line  for
41              each non-printable character.
42
43
44       -w     Replace  code  values  with  corresponding wide character values
45              (process codes).
46
47

ENVIRONMENT VARIABLES

49       The environment variables LC_CTYPE and LANG control the character clas‐
50       sification  throughout  dumpcs.  On  entry to dumpcs, these environment
51       variables are checked in that order. This implies that  a  new  setting
52       for  LANG  does  not override the setting of LC_CTYPE. When none of the
53       values is valid, the character classification defaults to  the  POSIX.1
54       "C" locale.
55

ATTRIBUTES

57       See attributes(5) for descriptions of the following attributes:
58
59
60
61
62       ┌───────────────────────────────────────────────────────────┐
63ATTRIBUTE TYPE                ATTRIBUTE VALUE              
64       │Availability                  SUNWcsu                      │
65       └───────────────────────────────────────────────────────────┘
66

SEE ALSO

68       localedef(1), attributes(5)
69

NOTES

71       dumpcs can only handle EUC locales.
72
73
74
75SunOS 5.11                        20 Dec 1996                        dumpcs(1)
Impressum