MANCONV(1) Manual pager utils MANCONV(1)NAME
manconv - convert manual page from one encoding to another
SYNOPSIS
manconv -f from-code[:from-code...] -t to-code [-dqhV] [filename]
DESCRIPTION
manconv converts a manual page from one encoding to another, like iconv. Unlike iconv, it can try multiple possible input encodings in
sequence. This is useful for manual pages installed in directories without an explicit encoding declaration, since they may be in UTF-8 or
in a legacy character set.
If an encoding declaration is found on the first line of the manual page, that declaration overrides any input encodings specified on man-
conv's command line. Encoding declarations have the following form:
'" -*- coding: UTF-8 -*-
or (if manual page preprocessors are also to be declared):
'" t -*- coding: ISO-8859-1 -*-
OPTIONS -f encodings, --from-code encodings
Try each of encodings (a colon-separated list) in sequence as the input encoding.
-t encoding, --to-code encoding
Convert the manual page to encoding.
-q, --quiet
Do not issue error messages when the page cannot be converted.
-d, --debug
Print debugging information.
-h, --help
Print a help message and exit.
-V, --version
Display version information.
SEE ALSO iconv(1), man(1)AUTHOR
Colin Watson (cjwatson@debian.org).
2.8.3 2018-04-05 MANCONV(1)
Check Out this Related Man Page
MANCONV(1) Manual pager utils MANCONV(1)NAME
manconv - convert manual page from one encoding to another
SYNOPSIS
manconv -f from-code[:from-code...] -t to-code [-dqhV] [filename]
DESCRIPTION
manconv converts a manual page from one encoding to another, like iconv. Unlike iconv, it can try multiple possible input encodings in
sequence. This is useful for manual pages installed in directories without an explicit encoding declaration, since they may be in UTF-8 or
in a legacy character set.
If an encoding declaration is found on the first line of the manual page, that declaration overrides any input encodings specified on man-
conv's command line. Encoding declarations have the following form:
'" -*- coding: UTF-8 -*-
or (if manual page preprocessors are also to be declared):
'" t -*- coding: ISO-8859-1 -*-
OPTIONS -f encodings, --from-code encodings
Try each of encodings (a colon-separated list) in sequence as the input encoding.
-t encoding, --to-code encoding
Convert the manual page to encoding.
-q, --quiet
Do not issue error messages when the page cannot be converted.
-d, --debug
Print debugging information.
-h, --help
Print a help message and exit.
-V, --version
Display version information.
SEE ALSO iconv(1), man(1)AUTHOR
Colin Watson (cjwatson@debian.org).
2.8.3 2018-04-05 MANCONV(1)
Hi everyone. I'm a newbies in using c++ in UNIX. And since then I only do maintenance coding not development. so far i understand c++ coding and OOP concepts.
currently i'm working onsomething for maintenance purpose.here's the situation :
below are my files :
source files:
advDisc.cpp ... (2 Replies)
hai,
this is nagalakshmi. i have a question in Unix C.
i need the coding for the file transfer and simulation of protocols in C
where i get the coding? (2 Replies)
I am forced to use the ANSEL character set for some GEDCOM documents but must convert them to a more modern set for another app which doesn't recognize ANSEL. I am unable to locate an ISO code for ANSEL in a search of the web. Would someone plese identify the ANSEL character set from the list given... (4 Replies)
Let's say for example that we have two different ways was can code the exact same program to achieve the same result.
What is the best way to determine which of the two methods is the best solution?
Is it as simple as basing it on how long the program takes to run or is there a more... (4 Replies)
I'm just starting a 'serious' coding in UNIX, so what I need is to run a C code on UNIX, What do I have to install (app) prior to coding/running the code and how do I compile that code?
can I write my c code in UNIX or I need to have a visual studio for this? (7 Replies)
hey,
I am trying to convert a sample russian encoding file to English encoding using iconv utility.
Its almost done but with each converted character i am getting one extra character which must not come.
my sample Russian text is
test.txt
А Б В Г Д Е Ж З И Й К ~
and script which i... (4 Replies)
Hi ,
I am using iconv command to convert a file in UTF-16 format to UTF-8 format. This command will work for few files but for some showing an error as bad input character.
But if i copy the contents of the file for which it is showing "bad input character" to a new file and perform the... (2 Replies)
Hi, I am trying to determine the encoding for the file, because to convert to UTF-8, it seems as though I have to know the encoding of the source.
Tried this
file <filename>
give me this:
<filename>:data or International Language text
Tried to see the locale and this is the output:... (6 Replies)
I am separating the template implementation from the declaration in the way described below.
When coding the implementation, is it a good idea to have the two code sections
#ifndef TESTTEMP_IPP
#define TESTTEMP_IPP
and
#include "TestTemp.hpp"
Files are as follows
//... (7 Replies)
Hi
am not a specialist about file encoding.
On an AIX 5.2.0.0, I need to check files encoding and convert somes of them to UTF-8.
I've used the following command and i think it said to me that all files are encoded using ISO8859-1
%locale charmap
ISO8859-1
I've also used iconv command... (2 Replies)
Hi all!!
I´m using command file -i myfile.xml to validate XML file encoding, but it is just saying regular file . I´m expecting / looking an output as UTF8 or ANSI / ASCII
Is there command to display the files encoding?
Thank you! (2 Replies)
Hi all,
I'm using iconv command to change files encoding to UTF-8
If my input file has chars as those are removed creating the file without those special chars.
I tried using iconv -c, but there is still the removal.
Is there a way to keep those special chars changing just the... (6 Replies)