{
    "content": [
        {
            "type": "text",
            "text": "# DBM_Filter::encode (perldoc)\n\n**Summary:** DBMFilter::encode - filter for DBMFilter\n\n**Synopsis:** use SDBMFile; # or DBFile, GDBMFile, NDBMFile, ODBMFile\nuse DBMFilter ;\n$db = tie %hash, ...\n$db->FilterPush('encode' => 'iso-8859-16');\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (6 lines)\n- **DESCRIPTION** (13 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (2 lines)\n\n## Full Content\n\n### NAME\n\nDBMFilter::encode - filter for DBMFilter\n\n### SYNOPSIS\n\nuse SDBMFile; # or DBFile, GDBMFile, NDBMFile, ODBMFile\nuse DBMFilter ;\n\n$db = tie %hash, ...\n$db->FilterPush('encode' => 'iso-8859-16');\n\n### DESCRIPTION\n\nThis DBM filter allows you to choose the character encoding will be store in the DBM file. The\nusage is\n\n$db->FilterPush('encode' => ENCODING);\n\nwhere \"ENCODING\" must be a valid encoding name that the Encode module recognises.\n\nA fatal error will be thrown if:\n\n1    The Encode module is not available.\n\n2    The encoding requested is not supported by the Encode module.\n\n### SEE ALSO\n\nDBMFilter, perldbmfilter, Encode\n\n### AUTHOR\n\nPaul Marquess pmqs@cpan.org\n\n"
        }
    ],
    "structuredContent": {
        "command": "DBM_Filter::encode",
        "section": "",
        "mode": "perldoc",
        "summary": "DBMFilter::encode - filter for DBMFilter",
        "synopsis": "use SDBMFile; # or DBFile, GDBMFile, NDBMFile, ODBMFile\nuse DBMFilter ;\n$db = tie %hash, ...\n$db->FilterPush('encode' => 'iso-8859-16');",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ]
    }
}