Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jv-convert(1) [suse man page]

JV-CONVERT(1)								GNU							     JV-CONVERT(1)

NAME
jv-convert - Convert file from one encoding to another SYNOPSIS
jv-convert [OPTION] ... [INPUTFILE [OUTPUTFILE]] DESCRIPTION
jv-convert is a utility included with "libgcj" which converts a file from one encoding to another. It is similar to the Unix iconv utility. The encodings supported by jv-convert are platform-dependent. Currently there is no way to get a list of all supported encodings. OPTIONS
--encoding name --from name Use name as the input encoding. The default is the current locale's encoding. --to name Use name as the output encoding. The default is the "JavaSrc" encoding; this is ASCII with u escapes for non-ASCII characters. -i file Read from file. The default is to read from standard input. -o file Write to file. The default is to write to standard output. --reverse Swap the input and output encodings. --help Print a help message, then exit. --version Print version information, then exit. SEE ALSO
COPYRIGHT
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the man page gfdl(7). (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development. gcc-4.5 2010-07-05 JV-CONVERT(1)

Check Out this Related Man Page

JV-SCAN(1)								GNU								JV-SCAN(1)

NAME
jv-scan - print information about Java source file SYNOPSIS
jv-scan [--complexity] [--encoding=name] [--print-main] [--list-class] [--list-filename] [--version] [--help] [-o file] inputfile... DESCRIPTION
The "jv-scan" program can be used to print information about a Java source file (.java file). OPTIONS
--complexity This prints a complexity measure, related to cyclomatic complexity, for each input file. --encoding=name This works like the corresponding gcj option. --print-main This prints the name of the class in this file containing a "main" method. --list-class This lists the names of all classes defined in the input files. --list-filename If "--list-class" is given, this option causes "jv-scan" to also print the name of the file in which each class was found. -o file Print output to the named file. --help Print help, then exit. --version Print version number, then exit. SEE ALSO
gcc(1), gcj(1), gcjh(1), gij(1), jcf-dump(1), gfdl(7), and the Info entries for gcj and gcc. COPYRIGHT
Copyright (C) 2001, 2002 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being ``GNU General Public License'', the Front- Cover texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the man page gfdl(7). gcc-3.2.2 2003-02-25 JV-SCAN(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Umbrella script

Hi All, Can anybody help me to write the umbrella script for the following? I have three steps to do. STEP 1: CONVERT XML files to PS files STEP 2: CONVERT ALL PS FILES TO PDF FILES STEP 3: FTPING ALL PDF FILES TO THE SERVER. I have the codes for the above three steps. Now I... (3 Replies)
Discussion started by: sunitachoudhury
3 Replies

2. Shell Programming and Scripting

Umbrella Scripting(very Urgent)

Hi All, Can anybody help me to write the umbrella script for the following? I have three steps to do. STEP 1: CONVERT XML files to PS files STEP 2: CONVERT ALL PS FILES TO PDF FILES STEP 3: FTPING ALL PDF FILES TO THE SERVER. I have the codes for the above three steps. Now I... (6 Replies)
Discussion started by: sunitachoudhury
6 Replies

3. Shell Programming and Scripting

File Conversion

Hi all, How can i convert a file from one encoding to another? Lets say I have a file which is of utf-8 encoding and I want to convert it to cp875. Can anyone tell me how can I achieve this in shell script? Thanks, Sridhar (2 Replies)
Discussion started by: sridhar_423
2 Replies