logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

IM::Iso2022jp - MIME header encoder for ISO-2022-JP

Description

       The IM::Iso2022jp module is MIME header encoder for ISO-2022-JP.

       This modules is provided by IM (Internet Message).

Name

       IM::Iso2022jp - MIME header encoder for ISO-2022-JP

Synopsis

        use IM::Iso2022jp;

        $encoded_string_for_structured_header = struct_iso2022jp_mimefy(string);
        $encoded_string_for_unstructured_header = line_iso2022jp_mimefy(string);
        $rcode = header_iso2022jp_conv(\@Header, code_conv_flag);

See Also