{
    "content": [
        {
            "type": "text",
            "text": "# msgunfmt (man)\n\n## NAME\n\nmsgunfmt - uncompile message catalog from binary format\n\n## SYNOPSIS\n\nmsgunfmt [OPTION] [FILE]...\n\n## DESCRIPTION\n\nConvert binary message catalog to Uniforum style .po file.\n\n## TLDR\n\n> Decompile message catalog from the binary format.\n\n- Output conversion:\n  `msgunfmt {{path/to/file.mo}}`\n- Convert a `.mo` file to a `.po` file:\n  `msgunfmt {{path/to/file.mo}} > {{path/to/file.po}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION** (33 subsections)\n- **AUTHOR**\n- **REPORTING BUGS**\n- **COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "msgunfmt",
        "section": "",
        "mode": "man",
        "summary": "msgunfmt - uncompile message catalog from binary format",
        "synopsis": "msgunfmt [OPTION] [FILE]...",
        "tldr_summary": "Decompile message catalog from the binary format.",
        "tldr_examples": [
            {
                "description": "Output conversion",
                "command": "msgunfmt {{path/to/file.mo}}"
            },
            {
                "description": "Convert a `.mo` file to a `.po` file",
                "command": "msgunfmt {{path/to/file.mo}} > {{path/to/file.po}}"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "-j",
                "long": "--java",
                "arg": null,
                "description": "Java mode: input is a Java ResourceBundle class"
            },
            {
                "flag": "",
                "long": "--csharp",
                "arg": null,
                "description": "C# mode: input is a .NET .dll file"
            },
            {
                "flag": "",
                "long": "--csharp-resources",
                "arg": null,
                "description": "C# resources mode: input is a .NET .resources file --tcl Tcl mode: input is a tcl/msgcat .msg file"
            },
            {
                "flag": "-r",
                "long": "--resource",
                "arg": null,
                "description": "resource name"
            },
            {
                "flag": "-l",
                "long": "--locale",
                "arg": null,
                "description": "locale name, either language or languageCOUNTRY The class name is determined by appending the locale name to the resource name, separated with an underscore. The class is located using the CLASSPATH."
            },
            {
                "flag": "-r",
                "long": "--resource",
                "arg": null,
                "description": "resource name"
            },
            {
                "flag": "-l",
                "long": "--locale",
                "arg": null,
                "description": "locale name, either language or languageCOUNTRY"
            },
            {
                "flag": "-d",
                "long": null,
                "arg": null,
                "description": "base directory for locale dependent .dll files The -l and -d options are mandatory. The .dll file is located in a subdirectory of the spec‐ ified directory whose name depends on the locale."
            },
            {
                "flag": "-l",
                "long": "--locale",
                "arg": null,
                "description": "locale name, either language or languageCOUNTRY"
            },
            {
                "flag": "-d",
                "long": null,
                "arg": null,
                "description": "base directory of .msg message catalogs The -l and -d options are mandatory. The .msg file is located in the specified directory."
            },
            {
                "flag": "-o",
                "long": "--output-file",
                "arg": null,
                "description": "write output to specified file The results are written to standard output if no output file is specified or if it is -."
            },
            {
                "flag": "",
                "long": "--color",
                "arg": null,
                "description": "use colors and other text attributes always --color=WHEN use colors and other text attributes if WHEN. WHEN may be 'always', 'never', 'auto', or 'html'. --style=STYLEFILE specify CSS style rule file for --color"
            },
            {
                "flag": "-e",
                "long": "--no-escape",
                "arg": null,
                "description": "do not use C escapes in output (default)"
            },
            {
                "flag": "-E",
                "long": "--escape",
                "arg": null,
                "description": "use C escapes in output, no extended chars"
            },
            {
                "flag": "",
                "long": "--force-po",
                "arg": null,
                "description": "write PO file even if empty"
            },
            {
                "flag": "-i",
                "long": "--indent",
                "arg": null,
                "description": "write indented output style"
            },
            {
                "flag": "",
                "long": "--strict",
                "arg": null,
                "description": "write strict uniforum style"
            },
            {
                "flag": "-p",
                "long": "--properties-output",
                "arg": null,
                "description": "write out a Java .properties file"
            },
            {
                "flag": "",
                "long": "--stringtable-output",
                "arg": null,
                "description": "write out a NeXTstep/GNUstep .strings file"
            },
            {
                "flag": "-w",
                "long": "--width",
                "arg": null,
                "description": "set output page width"
            },
            {
                "flag": "",
                "long": "--no-wrap",
                "arg": null,
                "description": "do not break long message lines, longer than the output page width, into several lines"
            },
            {
                "flag": "-s",
                "long": "--sort-output",
                "arg": null,
                "description": "generate sorted output"
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "display this help and exit"
            },
            {
                "flag": "-V",
                "long": "--version",
                "arg": null,
                "description": "output version information and exit"
            },
            {
                "flag": "-v",
                "long": "--verbose",
                "arg": null,
                "description": "increase verbosity level"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": [
                    {
                        "name": "Operation mode:",
                        "lines": 1
                    },
                    {
                        "name": "-j --java",
                        "lines": 2,
                        "flag": "-j",
                        "long": "--java"
                    },
                    {
                        "name": "--csharp",
                        "lines": 2,
                        "long": "--csharp"
                    },
                    {
                        "name": "--csharp-resources",
                        "lines": 4,
                        "long": "--csharp-resources"
                    },
                    {
                        "name": "Input file location:",
                        "lines": 5
                    },
                    {
                        "name": "Input file location in Java mode:",
                        "lines": 1
                    },
                    {
                        "name": "-r --resource",
                        "lines": 2,
                        "flag": "-r",
                        "long": "--resource"
                    },
                    {
                        "name": "-l --locale",
                        "lines": 5,
                        "flag": "-l",
                        "long": "--locale"
                    },
                    {
                        "name": "Input file location in C# mode:",
                        "lines": 1
                    },
                    {
                        "name": "-r --resource",
                        "lines": 2,
                        "flag": "-r",
                        "long": "--resource"
                    },
                    {
                        "name": "-l --locale",
                        "lines": 2,
                        "flag": "-l",
                        "long": "--locale"
                    },
                    {
                        "name": "-d",
                        "lines": 5,
                        "flag": "-d"
                    },
                    {
                        "name": "Input file location in Tcl mode:",
                        "lines": 1
                    },
                    {
                        "name": "-l --locale",
                        "lines": 2,
                        "flag": "-l",
                        "long": "--locale"
                    },
                    {
                        "name": "-d",
                        "lines": 4,
                        "flag": "-d"
                    },
                    {
                        "name": "Output file location:",
                        "lines": 1
                    },
                    {
                        "name": "-o --output-file",
                        "lines": 4,
                        "flag": "-o",
                        "long": "--output-file"
                    },
                    {
                        "name": "Output details:",
                        "lines": 1
                    },
                    {
                        "name": "--color",
                        "lines": 9,
                        "long": "--color"
                    },
                    {
                        "name": "-e --no-escape",
                        "lines": 2,
                        "flag": "-e",
                        "long": "--no-escape"
                    },
                    {
                        "name": "-E --escape",
                        "lines": 2,
                        "flag": "-E",
                        "long": "--escape"
                    },
                    {
                        "name": "--force-po",
                        "lines": 2,
                        "long": "--force-po"
                    },
                    {
                        "name": "-i --indent",
                        "lines": 2,
                        "flag": "-i",
                        "long": "--indent"
                    },
                    {
                        "name": "--strict",
                        "lines": 2,
                        "long": "--strict"
                    },
                    {
                        "name": "-p --properties-output",
                        "lines": 2,
                        "flag": "-p",
                        "long": "--properties-output"
                    },
                    {
                        "name": "--stringtable-output",
                        "lines": 2,
                        "long": "--stringtable-output"
                    },
                    {
                        "name": "-w --width",
                        "lines": 2,
                        "flag": "-w",
                        "long": "--width"
                    },
                    {
                        "name": "--no-wrap",
                        "lines": 2,
                        "long": "--no-wrap"
                    },
                    {
                        "name": "-s --sort-output",
                        "lines": 2,
                        "flag": "-s",
                        "long": "--sort-output"
                    },
                    {
                        "name": "Informative output:",
                        "lines": 1
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V --version",
                        "lines": 2,
                        "flag": "-V",
                        "long": "--version"
                    },
                    {
                        "name": "-v --verbose",
                        "lines": 2,
                        "flag": "-v",
                        "long": "--verbose"
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 10,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "msgunfmt - uncompile message catalog from binary format\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "msgunfmt [OPTION] [FILE]...\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Convert binary message catalog to Uniforum style .po file.\n\nMandatory arguments to long options are mandatory for short options too.\n",
                "subsections": [
                    {
                        "name": "Operation mode:",
                        "content": ""
                    },
                    {
                        "name": "-j --java",
                        "content": "Java mode: input is a Java ResourceBundle class\n",
                        "flag": "-j",
                        "long": "--java"
                    },
                    {
                        "name": "--csharp",
                        "content": "C# mode: input is a .NET .dll file\n",
                        "long": "--csharp"
                    },
                    {
                        "name": "--csharp-resources",
                        "content": "C# resources mode: input is a .NET .resources file\n\n--tcl  Tcl mode: input is a tcl/msgcat .msg file\n",
                        "long": "--csharp-resources"
                    },
                    {
                        "name": "Input file location:",
                        "content": "FILE ...\ninput .mo files\n\nIf no input file is given or if it is -, standard input is read.\n"
                    },
                    {
                        "name": "Input file location in Java mode:",
                        "content": ""
                    },
                    {
                        "name": "-r --resource",
                        "content": "resource name\n",
                        "flag": "-r",
                        "long": "--resource"
                    },
                    {
                        "name": "-l --locale",
                        "content": "locale name, either language or languageCOUNTRY\n\nThe  class  name  is  determined by appending the locale name to the resource name, separated\nwith an underscore.  The class is located using the CLASSPATH.\n",
                        "flag": "-l",
                        "long": "--locale"
                    },
                    {
                        "name": "Input file location in C# mode:",
                        "content": ""
                    },
                    {
                        "name": "-r --resource",
                        "content": "resource name\n",
                        "flag": "-r",
                        "long": "--resource"
                    },
                    {
                        "name": "-l --locale",
                        "content": "locale name, either language or languageCOUNTRY\n",
                        "flag": "-l",
                        "long": "--locale"
                    },
                    {
                        "name": "-d",
                        "content": "base directory for locale dependent .dll files\n\nThe -l and -d options are mandatory.  The .dll file is located in a subdirectory of the spec‐\nified directory whose name depends on the locale.\n",
                        "flag": "-d"
                    },
                    {
                        "name": "Input file location in Tcl mode:",
                        "content": ""
                    },
                    {
                        "name": "-l --locale",
                        "content": "locale name, either language or languageCOUNTRY\n",
                        "flag": "-l",
                        "long": "--locale"
                    },
                    {
                        "name": "-d",
                        "content": "base directory of .msg message catalogs\n\nThe -l and -d options are mandatory.  The .msg file is located in the specified directory.\n",
                        "flag": "-d"
                    },
                    {
                        "name": "Output file location:",
                        "content": ""
                    },
                    {
                        "name": "-o --output-file",
                        "content": "write output to specified file\n\nThe results are written to standard output if no output file is specified or if it is -.\n",
                        "flag": "-o",
                        "long": "--output-file"
                    },
                    {
                        "name": "Output details:",
                        "content": ""
                    },
                    {
                        "name": "--color",
                        "content": "use colors and other text attributes always\n\n--color=WHEN\nuse  colors and other text attributes if WHEN.  WHEN may be 'always', 'never', 'auto',\nor 'html'.\n\n--style=STYLEFILE\nspecify CSS style rule file for --color\n",
                        "long": "--color"
                    },
                    {
                        "name": "-e --no-escape",
                        "content": "do not use C escapes in output (default)\n",
                        "flag": "-e",
                        "long": "--no-escape"
                    },
                    {
                        "name": "-E --escape",
                        "content": "use C escapes in output, no extended chars\n",
                        "flag": "-E",
                        "long": "--escape"
                    },
                    {
                        "name": "--force-po",
                        "content": "write PO file even if empty\n",
                        "long": "--force-po"
                    },
                    {
                        "name": "-i --indent",
                        "content": "write indented output style\n",
                        "flag": "-i",
                        "long": "--indent"
                    },
                    {
                        "name": "--strict",
                        "content": "write strict uniforum style\n",
                        "long": "--strict"
                    },
                    {
                        "name": "-p --properties-output",
                        "content": "write out a Java .properties file\n",
                        "flag": "-p",
                        "long": "--properties-output"
                    },
                    {
                        "name": "--stringtable-output",
                        "content": "write out a NeXTstep/GNUstep .strings file\n",
                        "long": "--stringtable-output"
                    },
                    {
                        "name": "-w --width",
                        "content": "set output page width\n",
                        "flag": "-w",
                        "long": "--width"
                    },
                    {
                        "name": "--no-wrap",
                        "content": "do not break long message lines, longer than the output page width, into several lines\n",
                        "long": "--no-wrap"
                    },
                    {
                        "name": "-s --sort-output",
                        "content": "generate sorted output\n",
                        "flag": "-s",
                        "long": "--sort-output"
                    },
                    {
                        "name": "Informative output:",
                        "content": ""
                    },
                    {
                        "name": "-h --help",
                        "content": "display this help and exit\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V --version",
                        "content": "output version information and exit\n",
                        "flag": "-V",
                        "long": "--version"
                    },
                    {
                        "name": "-v --verbose",
                        "content": "increase verbosity level\n",
                        "flag": "-v",
                        "long": "--verbose"
                    }
                ]
            },
            "AUTHOR": {
                "content": "Written by Ulrich Drepper.\n",
                "subsections": []
            },
            "REPORTING BUGS": {
                "content": "Report bugs in the bug tracker at <https://savannah.gnu.org/projects/gettext> or by email  to\n<bug-gettext@gnu.org>.\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright  ©  1995-2020  Free Software Foundation, Inc.  License GPLv3+: GNU GPL version 3 or\nlater <https://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.  There is NO WARRANTY,  to\nthe extent permitted by law.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "The  full  documentation for msgunfmt is maintained as a Texinfo manual.  If the info and ms‐‐\ngunfmt programs are properly installed at your site, the command\n\ninfo msgunfmt\n\nshould give you access to the complete manual.\n\n\n\nGNU gettext-tools 0.21                       March 2022                                  MSGUNFMT(1)",
                "subsections": []
            }
        }
    }
}