upgrade your version of Encode ... dump your %INC to see which version of %Encode is loaded
$ perl -MEncode -MData::Dump -le " dd( Encode->encodings(q{:all}) )" ( "7bit-jis", "AdobeStandardEncoding", "AdobeSymbol", "AdobeZdingbat", "ascii", "ascii-ctrl", "big5-eten", "big5-hkscs", "cp1006", "cp1026", "cp1047", "cp1250" .. "cp1258", "cp37", "cp424", "cp437", "cp500", "cp737", "cp775", "cp850", "cp852", "cp855" .. "cp858", "cp860" .. "cp866", "cp869", "cp874", "cp875", "cp932", "cp936", "cp949", "cp950", "dingbats", "euc-cn", "euc-jp", "euc-kr", "gb12345-raw", "gb2312-raw", "gsm0338", "hp-roman8", "hz", "iso-2022-jp", "iso-2022-jp-1", "iso-2022-kr", "iso-8859-1", "iso-8859-10", "iso-8859-11", "iso-8859-13", "iso-8859-14", "iso-8859-15", "iso-8859-16", "iso-8859-2", "iso-8859-3", "iso-8859-4", "iso-8859-5", "iso-8859-6", "iso-8859-7", "iso-8859-8", "iso-8859-9", "iso-ir-165", "jis0201-raw", "jis0208-raw", "jis0212-raw", "johab", "koi8-f", "koi8-r", "koi8-u", "ksc5601-raw", "MacArabic", "MacCentralEurRoman", "MacChineseSimp", "MacChineseTrad", "MacCroatian", "MacCyrillic", "MacDingbats", "MacFarsi", "MacGreek", "MacHebrew", "MacIcelandic", "MacJapanese", "MacKorean", "MacRoman", "MacRomanian", "MacRumanian", "MacSami", "MacSymbol", "MacThai", "MacTurkish", "MacUkrainian", "MIME-B", "MIME-Header", "MIME-Header-ISO_2022_JP", "MIME-Q", "nextstep", "null", "posix-bc", "shiftjis", "symbol", "UCS-2BE", "UCS-2LE", "UTF-16", "UTF-16BE", "UTF-16LE", "UTF-32", "UTF-32BE", "UTF-32LE", "UTF-7", "utf-8-strict", "utf8", "viscii", )

In reply to Re: Encode - List ALL available encodings (upgrade) by Anonymous Monk
in thread Encode - List ALL available encodings [SOLVED] by kzwix

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.