Searched refs:encoding (Results 26 - 50 of 50) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DGuess.pm43 my $e = find_encoding($c) or die "Unknown encoding: $c";
113 my $e = find_encoding($c) or die "Unknown encoding: $c";
161 Encode::Guess -- Guesses encoding from data
182 Encode::Guess enables you to guess in what encoding a given data is
293 The reason is that Encode::Guess guesses encoding by trial and error.
295 suspect. It keeps it going until all but one encoding is eliminated
308 The reason is that vendor encoding is usually a superset of national
H A DAlias.pm157 # This is a font issue, not an encoding issue.
239 # TODO: Cyrillic encoding ISO-IR-111 (useful?)
240 # TODO: Armenian encoding ARMSCII-8
241 # TODO: Hebrew encoding ISO-8859-8-1
242 # TODO: Thai encoding TCVN
263 either the name of an encoding or an encoding object (as described
312 my $utf = decode('aliased-encoding-name', $1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm84 I<Character Encoding Scheme> A character encoding form plus byte
85 serialization. There are Seven character encoding schemes in Unicode:
118 UCS-2 is a fixed-length encoding with each character taking 16 bits.
133 UTF-32 (UCS-4) is a fixed-length encoding with each character taking 32 bits.
167 When BE or LE is explicitly stated as the name of encoding, BOM is
214 now called a I<surrogate pair> and UTF-16 is the name of the encoding
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm45 johab JOHAB A supplementary encoding defined in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm147 Carp::croak("Unknown encoding '$name'");
162 Carp::croak("Unknown encoding '$name'");
177 Carp::croak("Unknown encoding '$from'");
182 Carp::croak("Unknown encoding '$to'");
344 the legacy encoding is some variant of EBCDIC rather than a super-set
388 an alias. For encoding names and aliases, see L</"Defining Aliases">.
410 ENCODING can be either a canonical name or an alias. For encoding names
432 format. For example, to convert ISO-8859-1 data to Microsoft's CP1250 encoding:
501 To add a new alias to a given encoding, use:
508 ENCODING may be either the name of an encoding o
[all...]
H A DEncode.xs12 # define PERLIO_MODNAME "PerlIO::encoding"
13 # define PERLIO_FILENAME "PerlIO/encoding.pm"
15 /* set 1 or more to profile. t/encoding.t dumps core because of
23 #define UNIMPLEMENTED(x,y) y x (SV *sv, char *encoding) {dTHX; \
142 /* encoding */
495 eval_pv("require PerlIO::encoding", 0);
514 SV * encoding = items == 2 ? ST(1) : Nullsv;
516 if (encoding)
517 RETVAL = _encoded_bytes_to_utf8(sv, SvPV_nolen(encoding));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm124 Declares that the stream accepts perl's internal encoding of
127 represent to be read from or written to the stream. The UTF-X encoding
162 want UTF-8 or encoding defaults the appropriate thing to do is to add
189 binmode($fh,":encoding(...)"); # next chunk is encoded
211 =item :encoding
213 Use C<:encoding(ENCODING)> either in open() or binmode() to install
214 a layer that does transparently character set and encoding transformations,
216 an C<:encoding> also enables C<:utf8>. See L<PerlIO::encoding>
H A Dopen.t29 # prevent it from loading I18N::Langinfo, so we can test encoding failures
196 like( $@, qr/too ambiguous/, 'should die with ambiguous locale encoding' );
H A DDBM_Filter.pm471 package DBM_Filter::encoding ;
482 Store => sub { $_ = $encoding->encode($_) },
483 Fetch => sub { $_ = $encoding->decode($_) }
513 Allows you to choose the character encoding will be store in the DBM file.
H A DDigest.pm122 L<MIME::Base64> tells you more about this encoding.
H A DCGI.pm1694 $target,$meta,$head,$style,$dtd,$lang,$encoding,$declare_xml,@other) =
1701 $encoding = lc($self->charset) unless defined $encoding;
1717 push @result,qq(<?xml version="1.0" encoding="$encoding"?>) if $xml_dtd && $declare_xml;
1742 my $meta_bits = qq(<meta http-equiv="Content-Type" content="text/html; charset=$encoding" />)
1743 if $XHTML && $encoding && !$declare_xml;
1937 # $enctype ->encoding to use (URL_ENCODED or MULTIPART)
1965 # $enctype ->encoding to use (URL_ENCODED or MULTIPART)
5410 The B<-encoding> argumen
[all...]
H A Dperl5db.pl6314 the values). Values outside the standard ASCII charset are stored by encoding
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DCN.pm48 hz 7-bit escaped GB2312 encoding
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm38 base64 encoding specified in RFC 2045 - I<MIME (Multipurpose Internet
39 Mail Extensions)>. The base64 encoding is designed to represent
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm413 This function, if given a language tag, returns an encoding of it such
416 * tags representing different languages never get the same encoding.
418 * tags representing the same language always get the same encoding.
420 * an encoding of a formally valid language tag always is a string
424 Note that the encoding itself is B<not> a formally valid language tag.
425 Note also that you cannot, currently, go from an encoding back to a
426 language tag that it's an encoding of.
430 string value. (The internals of the encoding method may change in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.xs2 * $Id: encoding.xs,v 0.3 2002/04/21 22:14:41 dankogai Exp $
15 /* Define an encoding "layer" in the perliol.h sense.
48 SV *enc; /* the encoding object */
110 Perl_warner(aTHX_ packWARN(WARN_IO), "Cannot find encoding \"%" SVf "\"",
149 e->chk = newSVsv(get_sv("PerlIO::encoding::fallback", 0));
588 "encoding",
618 MODULE = PerlIO::encoding PACKAGE = PerlIO::encoding
624 SV *chk = get_sv("PerlIO::encoding::fallback", GV_ADD|GV_ADDMULTI);
627 * PerlIO/encoding
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DMaketext.pm101 sub encoding { subroutine
104 (ref($it) && $it->{'encoding'})
/osnet-11/usr/src/lib/libvdp/common/
H A Dvdp_impl.c369 * uses Oracle org specific OUI, i.e the Oracle encoding to generate
372 * that the peer doesn't understand the Oracle encoding and a DEASSOC
1152 /* Add the Oracle specific encoding TLV */
1154 logtrace("adding encoding\n");
1339 vdp_vsimgr_encoding(uint8_t encoding) argument
1341 if (encoding == MVE_ORACLE_VSIMGRID_V1)
1344 return ("Unknown encoding");
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c211 grub_uint16_t encoding; member in struct:grub_btrfs_extent_data
1056 if (data->extent->encoding)
1058 grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "encoding not supported");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c2970 SV *encoding; local
3312 /* Store and reset encoding. */
3313 encoding = PL_encoding;
3318 /* Restore encoding. */
3319 PL_encoding = encoding;
H A Dsv.c3418 This is not as a general purpose byte encoding to Unicode interface:
3430 This is not as a general purpose byte encoding to Unicode interface:
3494 Attempt to convert the PV of an SV from UTF-8-encoded to byte encoding.
3495 This may not be possible if the PV contains non-byte encoding characters;
3499 This is not as a general purpose Unicode to byte encoding interface:
6206 /* Get $/ i.e. PL_rs into same encoding as stream wants */
11452 The encoding is assumed to be an Encode object, on entry the PV
11453 of the sv is assumed to be octets in that encoding, and the sv
11456 If the sv already is UTF-8 (or if it is not POK), or if the encoding
11457 is not a reference, nothing is done to the sv. If the encoding i
11466 Perl_sv_recode_to_utf8(pTHX_ SV *sv, SV *encoding) argument
11525 Perl_sv_cat_decode(pTHX_ SV *dsv, SV *encoding, SV *ssv, int *offset, char *tstr, int tlen) argument
[all...]
H A Dproto.h743 PERL_CALLCONV char* Perl_sv_recode_to_utf8(pTHX_ SV* sv, SV *encoding);
744 PERL_CALLCONV bool Perl_sv_cat_decode(pTHX_ SV* dsv, SV *encoding, SV *ssv, int *offset, char* tstr, int tlen);
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex1510 % since the encoding is unknown. For example, the eogonek from
1907 % encoding (currently only OT1, OT1IT and OT1TT are allowed, pass
7772 % according to the specified encoding.
7806 \message{Unknown document encoding #1, ignoring.}%
7816 % the default font encoding (OT1).
7818 \def\missingcharmsg#1{\message{Character missing in OT1 encoding: #1.}}
7935 % Latin9 (ISO-8859-15) encoding character definitions.
8567 % document encoding.
/osnet-11/usr/src/grub/grub2/
H A Dconfigure13906 /* On Cygwin, avoid locale names without encoding suffix, because the
13907 locale_charset() function relies on the encoding suffix. Note that
13913 one byte long. This excludes the UTF-8 encoding. */
13937 # Test for the locale name with explicit encoding suffix.
17568 /* On Cygwin, avoid locale names without encoding suffix, because the
17569 locale_charset() function relies on the encoding suffix. Note that
17578 This excludes the UTF-8 encoding. */
17601 # Test for the locale name with explicit encoding suffix.
17683 /* On Cygwin, avoid locale names without encoding suffix, because the
17684 locale_charset() function relies on the encoding suffi
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1293 % since the encoding is unknown. For example, the eogonek from

Completed in 210 milliseconds

12