{
    "content": [
        {
            "type": "text",
            "text": "# manconv (info)\n\n## NAME\n\nmanconv - convert manual page from one encoding to another\n\n## SYNOPSIS\n\nmanconv -f [from-code[:from-code...]] -t to-code [-dqhV] [filename]\n\n## DESCRIPTION\n\nmanconv  converts  a  manual  page  from  one encoding to another, like\niconv.  Unlike iconv, it can try multiple possible input  encodings  in\nsequence.   This  is  useful  for manual pages installed in directories\nwithout an explicit encoding declaration, since they may be in UTF-8 or\nin a legacy character set.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (4 subsections)\n- **SEE ALSO**\n- **AUTHOR**\n- **BUGS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "manconv",
        "section": "",
        "mode": "info",
        "summary": "manconv - convert manual page from one encoding to another",
        "synopsis": "manconv -f [from-code[:from-code...]] -t to-code [-dqhV] [filename]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-q",
                "long": "--quiet",
                "arg": null,
                "description": "Do not issue error messages when the page cannot be converted."
            },
            {
                "flag": "-d",
                "long": "--debug",
                "arg": null,
                "description": "Print debugging information."
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Print a help message and exit."
            },
            {
                "flag": "-V",
                "long": "--version",
                "arg": null,
                "description": "Display version information."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "iconv",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/iconv/1/json"
            },
            {
                "name": "man",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/man/1/json"
            },
            {
                "name": "man-recode",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/man-recode/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 16,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 8,
                "subsections": [
                    {
                        "name": "-q, --quiet",
                        "lines": 2,
                        "flag": "-q",
                        "long": "--quiet"
                    },
                    {
                        "name": "-d, --debug",
                        "lines": 2,
                        "flag": "-d",
                        "long": "--debug"
                    },
                    {
                        "name": "-h, --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V, --version",
                        "lines": 2,
                        "flag": "-V",
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "manconv - convert manual page from one encoding to another\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "manconv -f [from-code[:from-code...]] -t to-code [-dqhV] [filename]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "manconv  converts  a  manual  page  from  one encoding to another, like\niconv.  Unlike iconv, it can try multiple possible input  encodings  in\nsequence.   This  is  useful  for manual pages installed in directories\nwithout an explicit encoding declaration, since they may be in UTF-8 or\nin a legacy character set.\n\nIf  an  encoding  declaration  is found on the first line of the manual\npage, that declaration overrides any input encodings specified on  man-\nconv's command line.  Encoding declarations have the following form:\n\n'\\\" -*- coding: UTF-8 -*-\n\nor (if manual page preprocessors are also to be declared):\n\n'\\\" t -*- coding: ISO-8859-1 -*-\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "-f encodings, --from-code encodings\nTry  each  of  encodings (a colon-separated list) in sequence as\nthe input encoding.  The default is to guess likely input encod-\nings based on the file name.\n\n-t encoding, --to-code encoding\nConvert the manual page to encoding.\n",
                "subsections": [
                    {
                        "name": "-q, --quiet",
                        "content": "Do not issue error messages when the page cannot be converted.\n",
                        "flag": "-q",
                        "long": "--quiet"
                    },
                    {
                        "name": "-d, --debug",
                        "content": "Print debugging information.\n",
                        "flag": "-d",
                        "long": "--debug"
                    },
                    {
                        "name": "-h, --help",
                        "content": "Print a help message and exit.\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V, --version",
                        "content": "Display version information.\n",
                        "flag": "-V",
                        "long": "--version"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "iconv(1), man(1), man-recode(1)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Colin Watson (cjwatson@debian.org).\n",
                "subsections": []
            },
            "BUGS": {
                "content": "https://gitlab.com/cjwatson/man-db/-/issues\nhttps://savannah.nongnu.org/bugs/?group=man-db\n\n2.10.2                            2022-03-17                        MANCONV(1)",
                "subsections": []
            }
        }
    }
}