1DBM_Filter::utf8(3pm)  Perl Programmers Reference Guide  DBM_Filter::utf8(3pm)
2
3
4

DBM_Filter::utf8

SYNOPSIS

7           use SDBM_File; # or DB_File, or GDBM_File, or NDBM_File, or ODBM_File
8           use DBM_Filter ;
9
10           $db = tie %hash, ...
11           $db->Filter_Push('utf8');
12

DESCRIPTION

14       This Filter will ensure that all data written to the DBM will be
15       encoded in UTF-8.
16
17       This module uses the Encode module.
18

SEE ALSO

20       DBM_Filter, perldbmfilter, Encode
21

AUTHOR

23       Paul Marquess pmqs@cpan.org
24
25
26
27perl v5.8.8                       2001-09-21             DBM_Filter::utf8(3pm)
Impressum