1NATSPEC(1) natspec User Manual NATSPEC(1)
2
3
4
6 natspec - command line utility to access libnatspec functions
7
9 natspec [-c | --codepage] [-f | --fsenc] [--utf8] [--country-id]
10 [--system-locale] [-i | --info]
11 [-a encoding | --transl encoding] [-v | --verbose]
12 [-s operating system | --charset operating system]
13
14 natspec [-h | --help | -V | --version]
15
17 This manual page documents briefly the natspec command.
18
19 This manual page was written for the Debian distribution because the
20 original program does not have a manual page.
21
22 natspec is a command line utility to access libnatspec functions.
23
25 The program follows the usual GNU command line syntax, with long
26 options starting with two dashes ("-"). A summary of options is
27 included below.
28
29 -c, --codepage
30 Print DOS codepage for current locale.
31
32 -f, --fsenc
33 Print filename encoding for current locale.
34
35 --utf8
36 Return 0 if current locale uses UTF-8.
37
38 --country-id
39 Print country ID for DOS.
40
41 --system-locale
42 Print system locale.
43
44 -i, --info
45 Print summary information about current locale.
46
47 -a encoding, --transl=encoding
48 Transliterate ARGS from encoding to the current encoding and print
49 the result.
50
51 -v, --verbose
52 Be verbose.
53
54 -s operating system, --charset=operating system
55 Print charset for the operating system. operating system can be
56 one of unix, win, dos, mac.
57
58 -h, --help
59 Show summary of options.
60
61 -V, --version
62 Show version of program.
63
64 When being called without options, -i is implied.
65
67 LC_ALL
68 Used for detecting current locale.
69
71 Andrew Shadoura <bugzilla@tut.by>
72 Wrote this manpage for the Debian system.
73
75 Copyright © 2009 Andrew O. Shadoura
76
77 This manual page was written for the Debian system (and may be used by
78 others).
79
80 Permission is granted to copy, distribute and/or modify this document
81 under the terms of the GNU Lesser General Public License, Version 2.1
82 or (at your option) any later version published by the Free Software
83 Foundation.
84
85 On Debian systems, the complete text of the GNU Lesser General Public
86 License can be found in /usr/share/common-licenses/LGPL-2.1.
87
88
89
90
91natspec 09/05/2009 NATSPEC(1)