Searched refs:ENCODING (Results 1 - 12 of 12) sorted by relevance
/osnet-11/usr/src/lib/libsqlite/ |
H A D | Makefile | 13 ENCODING = ISO8859 macro 55 -e s/--ENCODING--/$(ENCODING)/ \
|
H A D | main.mk | 47 # ENCODING "UTF8" or "ISO8859" 255 -e s/--ENCODING--/$(ENCODING)/ \
|
H A D | Makefile.com | 179 ENCODING = ISO8859
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/uni/ |
H A D | chomp.t | 32 # * 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 D | encode.pm | 58 $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 D | JIS7.pm | 71 local ${^ENCODING}; 110 local ${^ENCODING};
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
H A D | Alias.pm | 258 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 D | Encode.pm | 380 =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 D | encoding.pm | 46 _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 D | ReadLine.pm | 202 if (${^UNICODE} & PERL_UNICODE_STDIN || defined ${^ENCODING}) &&
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | PerlIO.pm | 213 Use C<:encoding(ENCODING)> either in open() or binmode() to install
|
H A D | CGI.pm | 1696 META,HEAD,STYLE,DTD,LANG,ENCODING,DECLARE_XML],@p);
|
Completed in 51 milliseconds