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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm1 package Encode::Unicode;
64 Encode::Unicode -- Various Unicode Transformation Formats
76 This module implements all Character Encoding Schemes of Unicode that
77 are officially documented by Unicode Consortium (except, of course,
85 serialization. There are Seven character encoding schemes in Unicode:
90 Unicode's Character Encoding Scheme. It is separately implemented in
91 Encode::Unicode::UTF7. For details see L<Encode::Unicode::UTF7>.
138 The first (and now failed) goal of Unicode wa
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/Unicode/
H A DUTF7.pm4 package Encode::Unicode::UTF7;
14 # Algorithms taken from Unicode::String by Gisle Aas
82 Encode::Unicode::UTF7 -- UTF-7 encoding
99 But Unicode::String, a module by Gisle Aas which adds Unicode supports
101 so Encode can supersede Unicode::String 100%.
105 When you want to encode Unicode for mails and web pages, however, do
113 L<Encode>, L<Encode::Unicode>, L<Unicode::String>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm1 package Unicode::Normalize;
5 die "Unicode::Normalize cannot stringify a Unicode code point\n";
42 bootstrap Unicode::Normalize $VERSION;
116 Unicode::Normalize - Unicode Normalization Forms
120 use Unicode::Normalize;
129 use Unicode::Normalize 'normalize';
144 representing a Unicode code point.
319 If you want only to get Unicode normalizatio
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm1 package Unicode::UCD;
25 Unicode::UCD - Unicode character database
29 use Unicode::UCD 'charinfo';
32 use Unicode::UCD 'charblock';
35 use Unicode::UCD 'charscript';
38 use Unicode::UCD 'charblocks';
41 use Unicode::UCD 'charscripts';
44 use Unicode::UCD qw(charscript charinrange);
48 use Unicode
[all...]
H A DCollate.pm1 package Unicode::Collate;
5 die "Unicode::Collate cannot stringify a Unicode code point\n";
28 (our $Path = $INC{'Unicode/Collate.pm'}) =~ s/\.pm$//;
36 # A coderef to get combining class imported from Unicode::Normalize
37 # (i.e. \&Unicode::Normalize::getCombinClass).
53 # PROBLEM: The Default Unicode Collation Element Table
67 # As Unicode code point separator for hash keys.
70 # instead of Perl's Unicode string like "\x41\x{300}",
71 # as the native code point is different from the Unicode cod
[all...]

Completed in 17 milliseconds