{
    "content": [
        {
            "type": "text",
            "text": "# repertoiremap(5) (man)\n\n**Summary:** repertoiremap - map symbolic character names to Unicode code points\n\n## Examples\n\n- `A mnemonic for the Euro sign can be defined as follows:`\n- `<Eu> <U20AC> EURO SIGN`\n\n## See Also\n\n- locale(1)\n- localedef(1)\n- charmap(5)\n- locale(5)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **DESCRIPTION** (4 lines) — 1 subsections\n  - Syntax (20 lines)\n- **FILES** (3 lines)\n- **CONFORMING TO** (2 lines)\n- **NOTES** (2 lines)\n- **EXAMPLES** (4 lines)\n- **SEE ALSO** (2 lines)\n- **COLOPHON** (7 lines)\n\n## Full Content\n\n### NAME\n\nrepertoiremap - map symbolic character names to Unicode code points\n\n### DESCRIPTION\n\nA  repertoire  map  defines mappings between symbolic character names (mnemonics) and Unicode\ncode points when compiling a locale with localedef(1).  Using a repertoire map  is  optional,\nit is needed only when symbolic names are used instead of now preferred Unicode code points.\n\n#### Syntax\n\nThe repertoiremap file starts with a header that may consist of the following keywords:\n\ncommentchar\nis  followed by a character that will be used as the comment character for the rest of\nthe file.  It defaults to the number sign (#).\n\nescapechar\nis followed by a character that should be used as the escape character for the rest of\nthe  file to mark characters that should be interpreted in a special way.  It defaults\nto the backslash (\\).\n\nThe mapping section starts with the keyword CHARIDS in the first column.\n\nThe mapping lines have the following form:\n\n<symbolic-name> <code-point> comment\nThis defines exactly one mapping, comment being optional.\n\nThe mapping section ends with the string END CHARIDS.\n\n### FILES\n\n/usr/share/i18n/repertoiremaps\nUsual default repertoire map path.\n\n### CONFORMING TO\n\nPOSIX.2.\n\n### NOTES\n\nRepertoire maps are deprecated in favor of Unicode code points.\n\n### EXAMPLES\n\nA mnemonic for the Euro sign can be defined as follows:\n\n<Eu> <U20AC> EURO SIGN\n\n### SEE ALSO\n\nlocale(1), localedef(1), charmap(5), locale(5)\n\n### COLOPHON\n\nThis page is part of release 5.10 of the Linux  man-pages  project.   A  description  of  the\nproject,  information about reporting bugs, and the latest version of this page, can be found\nat https://www.kernel.org/doc/man-pages/.\n\n\n\nGNU                                          2020-06-09                             REPERTOIREMAP(5)\n\n"
        }
    ],
    "structuredContent": {
        "command": "repertoiremap",
        "section": "5",
        "mode": "man",
        "summary": "repertoiremap - map symbolic character names to Unicode code points",
        "synopsis": null,
        "flags": [],
        "examples": [
            "A mnemonic for the Euro sign can be defined as follows:",
            "<Eu> <U20AC> EURO SIGN"
        ],
        "see_also": [
            {
                "name": "locale",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/locale/1/json"
            },
            {
                "name": "localedef",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/localedef/1/json"
            },
            {
                "name": "charmap",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/charmap/5/json"
            },
            {
                "name": "locale",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/locale/5/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": [
                    {
                        "name": "Syntax",
                        "lines": 20
                    }
                ]
            },
            {
                "name": "FILES",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "CONFORMING TO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "NOTES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "EXAMPLES",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COLOPHON",
                "lines": 7,
                "subsections": []
            }
        ]
    }
}