Searched refs:ENCODING (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/
H A DMakefile13 ENCODING = ISO8859 macro
55 -e s/--ENCODING--/$(ENCODING)/ \
H A Dmain.mk47 # ENCODING "UTF8" or "ISO8859"
255 -e s/--ENCODING--/$(ENCODING)/ \
H A DMakefile.com179 ENCODING = ISO8859
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/uni/
H A Dchomp.t32 # * pack('C*') is expected to return bytes even if ${^ENCODING} is true.
53 local ${^ENCODING} = find_encoding($enc);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dencode.pm58 $db->Filter_Push('encode' => ENCODING);
60 where "ENCODING" must be a valid encoding name that the Encode module
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/JP/
H A DJIS7.pm71 local ${^ENCODING};
110 local ${^ENCODING};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm258 define_alias( newName => ENCODING);
262 Allows newName to be used as an alias for ENCODING. ENCODING may be
276 In this case, if I<ENCODING> is not a reference, it is C<eval>-ed
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm380 =head1 PERL ENCODING API
384 =item $octets = encode(ENCODING, $string [, CHECK])
386 Encodes a string from Perl's internal form into I<ENCODING> and returns
387 a sequence of octets. ENCODING can be either a canonical name or
406 =item $string = decode(ENCODING, $octets [, CHECK])
408 Decodes a sequence of octets assumed to be in I<ENCODING> into Perl's
410 ENCODING can be either a canonical name or an alias. For encoding names
505 define_alias(newName => ENCODING);
507 After that, newName can be used as an alias for ENCODING.
508 ENCODING ma
[all...]
H A Dencoding.pm46 _exception($name) or ${^ENCODING} = $enc;
49 defined(${^ENCODING}) and undef ${^ENCODING};
92 undef ${^ENCODING};
310 And C<< STDIN=>I<ENCODING> >> and C<< STDOUT=>I<ENCODING> >> work like
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm202 if (${^UNICODE} & PERL_UNICODE_STDIN || defined ${^ENCODING}) &&
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm213 Use C<:encoding(ENCODING)> either in open() or binmode() to install
H A DCGI.pm1696 META,HEAD,STYLE,DTD,LANG,ENCODING,DECLARE_XML],@p);

Completed in 257 milliseconds