Install Perl 5.8.8
[msysgit.git] / mingw / html / lib / DBM_Filter / utf8.html
blob33f4e761f8e0ba580bac4c986b956d1fd98b8929
1 <?xml version="1.0" ?>
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">
4 <head>
5 <title>../lib/DBM_Filter/utf8.pm</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <link rev="made" href="mailto:" />
8 </head>
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">&nbsp;../lib/DBM_Filter/utf8.pm</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
22 <li><a href="#dbm_filter__utf8">DBM_Filter::utf8</a></li>
23 <li><a href="#synopsis">SYNOPSIS</a></li>
24 <li><a href="#see_also">SEE ALSO</a></li>
25 <li><a href="#author">AUTHOR</a></li>
26 </ul>
27 <!-- INDEX END -->
29 <hr />
30 <p>
31 </p>
32 <h1><a name="dbm_filter__utf8">DBM_Filter::utf8</a></h1>
33 <p>
34 </p>
35 <hr />
36 <h1><a name="synopsis">SYNOPSIS</a></h1>
37 <pre>
38 use SDBM_File; # or DB_File, or GDBM_File, or NDBM_File, or ODBM_File
39 use DBM_Filter ;</pre>
40 <pre>
41 $db = tie %hash, ...
42 $db-&gt;Filter_Push('utf8');
44 =head1 DESCRIPTION</pre>
45 <p>This Filter will ensure that all data written to the DBM will be encoded
46 in UTF-8.</p>
47 <p>This module uses the Encode module.</p>
48 <p>
49 </p>
50 <hr />
51 <h1><a name="see_also">SEE ALSO</a></h1>
52 <p><a href="file://C|\msysgit\mingw\html/lib/DBM_Filter.html">the DBM_Filter manpage</a>, <a href="file://C|\msysgit\mingw\html/pod/perldbmfilter.html">the perldbmfilter manpage</a>, <a href="file://C|\msysgit\mingw\html/lib/Encode.html">the Encode manpage</a></p>
53 <p>
54 </p>
55 <hr />
56 <h1><a name="author">AUTHOR</a></h1>
57 <p>Paul Marquess <a href="mailto:pmqs@cpan.org">pmqs@cpan.org</a></p>
58 <table border="0" width="100%" cellspacing="0" cellpadding="3">
59 <tr><td class="block" style="background-color: #cccccc" valign="middle">
60 <big><strong><span class="block">&nbsp;../lib/DBM_Filter/utf8.pm</span></strong></big>
61 </td></tr>
62 </table>
64 </body>
66 </html>