Lines Matching refs:Encode
6 use Encode ;
7 use Encode::Alias;
40 $Opt{string} and Encode::from_to($Opt{string}, $from, $to) and print $Opt{string} and exit;
43 $Opt{perlqq} and $Opt{check} = Encode::FB_PERLQQ;
46 my $cfrom = Encode->getEncoding($from)->name;
47 my $cto = Encode->getEncoding($to)->name;
66 Encode::from_to($_, $from, $to, $Opt{check});
91 print join("\n", Encode->encodings(":all")), "\n";
96 if (my $alias = Encode::resolve_alias($_[0])) {
115 resolve encoding to its (Encode) canonical name
122 The following are mainly of interest to Encode hackers:
184 instead of "cp850", or "winlatin1" for "cp1252". See L<Encode::Supported>
206 Invokes debugging mode. Primarily for Encode hackers.
217 Uses Encode::from_to for conversion. This is the default.