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.
16       Currently 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, 2006, 2007, 2008 Free
46       Software Foundation, 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 no
51       Invariant Sections, the Front-Cover Texts being (a) (see below), and
52       with the Back-Cover Texts being (b) (see below).  A copy of the license
53       is included in the man page gfdl(7).
54
55       (a) The FSF's Front-Cover Text is:
56
57            A GNU Manual
58
59       (b) The FSF's Back-Cover Text is:
60
61            You have freedom to copy and modify this GNU Manual, like GNU
62            software.  Copies published by the Free Software Foundation raise
63            funds for GNU development.
64
65
66
67gcc-4.4.7                         2012-03-13                     JV-CONVERT(1)
Impressum