{
    "content": [
        {
            "type": "text",
            "text": "# umap (info)\n\n## NAME\n\numap - map between different character sets\n\n## SYNOPSIS\n\numap [options] <before>:<after>\n\n## DESCRIPTION\n\nThe umap script acts as a filter between different encodings and\ncharacter sets.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION** (5 subsections)\n- **SEE ALSO**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "umap",
        "section": "",
        "mode": "info",
        "summary": "umap - map between different character sets",
        "synopsis": "umap [options] <before>:<after>",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": "--list",
                "arg": null,
                "description": "Without argument list all character sets recognized. With a specified character set list the mapping between this set and Unicode."
            },
            {
                "flag": "",
                "long": "--strict",
                "arg": null,
                "description": "Do the stict mapping between the character sets. The default is to not translate unmapped character. With --stict we will remove unmapped characters or use the default specified with --def8 or --def16. --def8=<charcode> Set the default 8-bit code for unmapped chars. --def16=<charcode> Set the default 16-bit code for unmapped chars."
            },
            {
                "flag": "",
                "long": "--verbose",
                "arg": null,
                "description": "Generate more verbose output."
            },
            {
                "flag": "",
                "long": "--version",
                "arg": null,
                "description": "Print the version number of this program and quit."
            },
            {
                "flag": "",
                "long": "--help",
                "arg": null,
                "description": "Print the usage message."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "recode",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/recode/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": [
                    {
                        "name": "--list [charset]",
                        "lines": 4,
                        "long": "--list",
                        "arg": "[charset]"
                    },
                    {
                        "name": "--strict",
                        "lines": 11,
                        "long": "--strict"
                    },
                    {
                        "name": "--verbose",
                        "lines": 2,
                        "long": "--verbose"
                    },
                    {
                        "name": "--version",
                        "lines": 2,
                        "long": "--version"
                    },
                    {
                        "name": "--help",
                        "lines": 2,
                        "long": "--help"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "umap - map between different character sets\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "umap [options] <before>:<after>\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The umap script acts as a filter between different encodings and\ncharacter sets.\n\nThe following options are recognized:\n",
                "subsections": [
                    {
                        "name": "--list [charset]",
                        "content": "Without argument list all character sets recognized.  With a\nspecified character set list the mapping between this set and\nUnicode.\n",
                        "long": "--list",
                        "arg": "[charset]"
                    },
                    {
                        "name": "--strict",
                        "content": "Do the stict mapping between the character sets.  The default is to\nnot translate unmapped character.  With --stict we will remove\nunmapped characters or use the default specified with --def8 or\n--def16.\n\n--def8=<charcode>\nSet the default 8-bit code for unmapped chars.\n\n--def16=<charcode>\nSet the default 16-bit code for unmapped chars.\n",
                        "long": "--strict"
                    },
                    {
                        "name": "--verbose",
                        "content": "Generate more verbose output.\n",
                        "long": "--verbose"
                    },
                    {
                        "name": "--version",
                        "content": "Print the version number of this program and quit.\n",
                        "long": "--version"
                    },
                    {
                        "name": "--help",
                        "content": "Print the usage message.\n",
                        "long": "--help"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "Unicode::String, Unicode::Map8, recode(1)\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright 1998 Gisle Aas.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as Perl itself.\n\nperl v5.34.0                      2022-02-07                          UMAP(1p)",
                "subsections": []
            }
        }
    }
}