2 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml">
5 <title>Encode::Byte - Single Byte Encodings
</title>
6 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8" />
7 <link rev=
"made" href=
"mailto:" />
10 <body style=
"background-color: white">
11 <table border=
"0" width=
"100%" cellspacing=
"0" cellpadding=
"3">
12 <tr><td class=
"block" style=
"background-color: #cccccc" valign=
"middle">
13 <big><strong><span class=
"block"> Encode::Byte - Single Byte Encodings
</span></strong></big>
17 <p><a name=
"__index__"></a></p>
22 <li><a href=
"#name">NAME
</a></li>
23 <li><a href=
"#synopsis">SYNOPSIS
</a></li>
24 <li><a href=
"#abstract">ABSTRACT
</a></li>
25 <li><a href=
"#description">DESCRIPTION
</a></li>
26 <li><a href=
"#see_also">SEE ALSO
</a></li>
33 <h1><a name=
"name">NAME
</a></h1>
34 <p>Encode::Byte - Single Byte Encodings
</p>
38 <h1><a name=
"synopsis">SYNOPSIS
</a></h1>
40 use Encode qw/encode decode/;
41 $greek = encode(
"iso-
8859-
7", $utf8); # loads Encode::Byte implicitly
42 $utf8 = decode(
"iso-
8859-
7", $greek); # ditto
</pre>
46 <h1><a name=
"abstract">ABSTRACT
</a></h1>
47 <p>This module implements various single byte encodings. For most cases it uses
48 \x80-\xff (upper half) to map non-ASCII characters. Encodings
49 supported are as follows.
</p>
51 Canonical Alias Description
52 --------------------------------------------------------------------
54 (iso-
8859-
1 is in built-in)
55 iso-
8859-
2 latin2 [ISO]
56 iso-
8859-
3 latin3 [ISO]
57 iso-
8859-
4 latin4 [ISO]
62 iso-
8859-
9 latin5 [ISO]
63 iso-
8859-
10 latin6 [ISO]
65 (iso-
8859-
12 is nonexistent)
66 iso-
8859-
13 latin7 [ISO]
67 iso-
8859-
14 latin8 [ISO]
68 iso-
8859-
15 latin9 [ISO]
69 iso-
8859-
16 latin10 [ISO]
</pre>
73 koi8-r cp878 [RFC1489]
74 koi8-u [RFC2319]
</pre>
79 # all cp* are also available as ibm-*, ms-*, and windows-*
80 # also see L
<<a href=
"http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset4.asp>">http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset4.asp>
</a>;
</pre>
109 cp1258 WinVietnamese
</pre>
112 # Also see L
<<a href=
"http://developer.apple.com/technotes/tn/tn1150.html>">http://developer.apple.com/technotes/tn/tn1150.html>
</a>;
129 # More vendor encodings
130 AdobeStandardEncoding
132 gsm0338 # used in GSM handsets
137 <h1><a name=
"description">DESCRIPTION
</a></h1>
138 <p>To find how to use this module in detail, see
<a href=
"file://C|\msysgit\mingw\html/lib/Encode.html">the Encode manpage
</a>.
</p>
142 <h1><a name=
"see_also">SEE ALSO
</a></h1>
143 <p><a href=
"file://C|\msysgit\mingw\html/lib/Encode.html">the Encode manpage
</a></p>
144 <table border=
"0" width=
"100%" cellspacing=
"0" cellpadding=
"3">
145 <tr><td class=
"block" style=
"background-color: #cccccc" valign=
"middle">
146 <big><strong><span class=
"block"> Encode::Byte - Single Byte Encodings
</span></strong></big>