Searched defs:encodings (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm18 encodings find_encoding clone_encoding
54 sub encodings subroutine
310 Encode - character encodings
325 Encode::Alias Alias definitions to encodings
430 Converts B<in-place> data between two encodings. The data in $octets
471 characters. Not all sequences of octets form valid UTF-8 encodings, so
477 =head2 Listing available encodings
480 @list = Encode->encodings();
482 Returns a list of the canonical names of the available encodings that
483 are loaded. To get a list of all available encodings includin
[all...]

Completed in 15 milliseconds