{
    "content": [
        {
            "type": "text",
            "text": "# ujconv (man)\n\n## NAME\n\nujconv -- reinvented iconv(1) using Unicode::Japanese\n\n## SYNOPSIS\n\nujconv [-f fromencoding] [-t toencoding] [-s string] [files...]\nujconv -l\nujconv -h\nujconv -V\n\n## DESCRIPTION\n\nujconv is an iconv-like tool which is written in perl using Unicode::Japanese.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **VERSION**\n- **DESCRIPTION** (3 subsections)\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ujconv",
        "section": "",
        "mode": "man",
        "summary": "ujconv -- reinvented iconv(1) using Unicode::Japanese",
        "synopsis": "ujconv [-f fromencoding] [-t toencoding] [-s string] [files...]\nujconv -l\nujconv -h\nujconv -V",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "List all available encodings, one name per each lines."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Print a short help message."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Print the version of ujconv."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "piconv",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/piconv/1/json"
            },
            {
                "name": "iconv",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/iconv/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 17,
                "subsections": [
                    {
                        "name": "-l,--list",
                        "lines": 2
                    },
                    {
                        "name": "-h,--help",
                        "lines": 2
                    },
                    {
                        "name": "-V,--version",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ujconv -- reinvented iconv(1) using Unicode::Japanese\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "ujconv [-f fromencoding] [-t toencoding] [-s string] [files...]\nujconv -l\nujconv -h\nujconv -V\n",
                "subsections": []
            },
            "VERSION": {
                "content": "ujconv 0.02\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "ujconv is an iconv-like tool which is written in perl using Unicode::Japanese.\n\nujconv reads text from STDIN or files, convert them, and print them to STDOUT.\n\nAvailable options are as follows. Each options can be in short form (-f) or long form\n(--from):\n\n-f,--from fromencoding\nConvert  characters  from fromencoding. Unlike iconv this option can be omitted. In that\ncase, the encoding of the input is guessed by ujconv.\n\n-t,--to toencoding\nConvert characters to toencoding.\n\n-s,--string string\nInput from the argument string instead of file or STDIN.\n",
                "subsections": [
                    {
                        "name": "-l,--list",
                        "content": "List all available encodings, one name per each lines.\n"
                    },
                    {
                        "name": "-h,--help",
                        "content": "Print a short help message.\n"
                    },
                    {
                        "name": "-V,--version",
                        "content": "Print the version of ujconv.\n"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "Unicode::Japanese, piconv(1), iconv(1), ujguess\n\nperl v5.38.2                                 2024-03-31                                   UJCONV(1p)",
                "subsections": []
            }
        }
    }
}