1JV-CONVERT(1)                         GNU                        JV-CONVERT(1)
2
3
4

NAME

6       jv-convert - Convert file from one encoding to another
7

SYNOPSIS

9       jv-convert [OPTION] ... [INPUTFILE [OUTPUTFILE]]
10

DESCRIPTION

12       jv-convert is a utility included with "libgcj" which converts a file
13       from one encoding to another.  It is similar to the Unix iconv utility.
14
15       The encodings supported by jv-convert are platform-dependent.  Cur‐
16       rently there is no way to get a list of all supported encodings.
17

OPTIONS

19       --encoding name
20       --from name
21           Use name as the input encoding.  The default is the current
22           locale's encoding.
23
24       --to name
25           Use name as the output encoding.  The default is the "JavaSrc"
26           encoding; this is ASCII with \u escapes for non-ASCII characters.
27
28       -i file
29           Read from file.  The default is to read from standard input.
30
31       -o file
32           Write to file.  The default is to write to standard output.
33
34       --reverse
35           Swap the input and output encodings.
36
37       --help
38           Print a help message, then exit.
39
40       --version
41           Print version information, then exit.
42

SEE ALSO

45       Copyright (c) 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
46       Inc.
47
48       Permission is granted to copy, distribute and/or modify this document
49       under the terms of the GNU Free Documentation License, Version 1.2 or
50       any later version published by the Free Software Foundation; with the
51       Invariant Sections being "GNU General Public License", the Front-Cover
52       texts being (a) (see below), and with the Back-Cover Texts being (b)
53       (see below).  A copy of the license is included in the man page
54       gfdl(7).
55
56       (a) The FSF's Front-Cover Text is:
57
58            A GNU Manual
59
60       (b) The FSF's Back-Cover Text is:
61
62            You have freedom to copy and modify this GNU Manual, like GNU
63            software.  Copies published by the Free Software Foundation raise
64            funds for GNU development.
65
66
67
68gcc-4.1.2                         2007-09-25                     JV-CONVERT(1)
Impressum