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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm30 This module implements Korean charset encodings. Encodings supported
55 mean "cp949" encodings. To fix that, the following aliases are set;
61 The ASCII region (0x00-0x7f) is preserved for all encodings, even
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DCN.pm33 This module implements China-based Chinese charset encodings.
57 also contains extra Taiwan-based encodings.
62 mean C<euc-cn> encodings. To fix that, C<gb2312> is aliased to C<euc-cn>.
65 The ASCII region (0x00-0x7f) is preserved for all encodings, even though
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/EBCDIC/
H A DEBCDIC.pm23 This module implements various EBCDIC-Based encodings. Encodings
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/
H A DSymbol.pm23 This module implements symbol and dingbats encodings. Encodings
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/
H A DTW.pm28 This module implements tradition Chinese charset encodings as used
53 extra China-based encodings.
67 The ASCII region (0x00-0x7f) is preserved for all encodings, even
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DGuess.pm142 %ok or return "No appropriate encodings found!";
191 To use it more practically, you have to give the names of encodings to
284 encodings do not work well unless either one of ISO-8859 is the only
301 Do not mix national standard encodings and the corresponding vendor
302 encodings.
313 On the other hand, mixing various national standard encodings
328 Encode->encodings(":all"));
333 comes to encodings. But there are some, especially Japanese,
H A DEncoding.pm2 # Base class for classes which implement encodings
70 As mentioned in L<Encode>, encodings are (in the current
183 Since most encodings are stateless the default behavior is just return
209 MUST define this method so it returns true. 7bit ISO-2022 encodings
251 on otherwise stateless encodings) an additional parameter.
268 For the sake of speed and efficiency, most of the encodings are now
H A DAlias.pm237 # TODO: HP-UX '8' encodings arabic8 greek8 hebrew8 kana8 thai8 turkish8
238 # TODO: HP-UX '15' encodings japanese15 korean15 roi15
243 # TODO: Vietnamese encodings VPS
244 # TODO: Mac Asian+African encodings: Arabic Armenian Bengali Burmese
252 Encode::Alias - alias definitions to encodings
H A DEncoder.pm124 but also handier when you want to stack encodings. Suppose you want
/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...]
H A Dencoding.pm142 instead chose to write scripts in legacy encodings, giving up a whole
222 =item "NON-EUC" doublebyte encodings
225 encodings as Shift_JIS and Big-5 that may contain '\' (BACKSLASH;
262 You can also individually set encodings of STDIN and STDOUT via the
474 For native multibyte encodings (either fixed or variable length),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm30 This module implements Japanese charset encodings. Encodings
86 The ASCII region (0x00-0x7f) is preserved for all encodings, even
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv77 print join("\n", Encode->encodings(":all")), "\n";
99 lists all available encodings
166 Lists all available encodings, one per line, in case-insensitive
H A Denc2xs56 # The system will cope with escape encodings (imagine them as a mostly
979 for my $enc (Encode->encodings()){
1164 After that, "use Encode;" is enough to load your encodings on demand.
1270 module if you want to support algorithmical encodings, notably
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/
H A DByte.pm23 This module implements various single byte encodings. For most cases it uses
105 # More vendor encodings
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.pm213 many encodings have several aliases. See L<Encode::Supported> for
244 variables LC_ALL and LANG (in that order) are matched for encodings
H A Dlocale.t403 my ($locale_name, $language_codes, $country_codes, $encodings) =
405 my @enc = decode_encodings($encodings);
H A DCGI.pm5867 table for all the possible encodings.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm213 \x{10ffff} even with 16-bit encodings. This pair of half-character is
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex6607 % Non-ASCII encodings make 8-bit characters active, so un-activate
7778 % Supported encodings: names converted to tokens in order to be able
/osnet-11/usr/src/grub/grub2/
H A Dconfigure17696 single wide character. This excludes the GB2312 and GBK encodings. */
[all...]

Completed in 127 milliseconds