MANCONV(1) Vaerktojer til manualsider MANCONV(1) NAVN manconv - konverter manualside fra en kodning til en anden SYNOPSIS manconv -f [from-code[:from-code...]] -t to-code [-dqhV] [filename] BESKRIVELSE 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. Hvis en kodningsdeklaraton findes pa den forste linje af manualsiden, sa overstyrer den deklaration alle inddatakodninger specificeret pa manconv's kommandolinje. Kodningsdeklarationer har den folgende form: '\" -*- coding: UTF-8 -*- eller (hvis manualsideforbehandlere ogsa skal deklareres): '\" t -*- coding: ISO-8859-1 -*- TILVALG -f Kodninger, --from-code Kodninger Try each of encodings (a colon-separated list) in sequence as the input encoding. The default is to guess likely input encodings based on the file name. -t kodning, --to-code kodning Konverter manualsiden til kodning. -q, --quiet Vis ikke fejlbeskeder nar siden ikke kan konverteres. -d, --debug Vis fejlsogningsinformation. -h, --help Vis en hjaelpebesked og afslut. -V, --version Vis versionsinformation. SE OGSA iconv(1), man(1), man-recode(1) FORFATTER Colin Watson (cjwatson@debian.org). FEJL https://gitlab.com/man-db/man-db/-/issues https://savannah.nongnu.org/bugs/?group=man-db 2.12.1 2024-04-05 MANCONV(1)