dbm_filter::utf8(3pm) mojave man page | unix.com

Man Page: dbm_filter::utf8

Operating Environment: mojave

Section: 3pm

DBM_Filter::utf8(3pm)					 Perl Programmers Reference Guide				     DBM_Filter::utf8(3pm)

NAME
DBM_Filter::utf8 - filter for DBM_Filter
SYNOPSIS
use SDBM_File; # or DB_File, or GDBM_File, or NDBM_File, or ODBM_File use DBM_Filter ; $db = tie %hash, ... $db->Filter_Push('utf8');
DESCRIPTION
This Filter will ensure that all data written to the DBM will be encoded in UTF-8. This module uses the Encode module.
SEE ALSO
DBM_Filter, perldbmfilter, Encode
AUTHOR
Paul Marquess pmqs@cpan.org perl v5.18.2 2014-01-06 DBM_Filter::utf8(3pm)
Related Man Pages
anydbm_file(3pm) - suse
anydbm_file(3pm) - mojave
dbm_filter(3pm) - suse
encode::gsm0338(3pm) - osx
encode::gsm03385.12(3pm) - osx
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
My first PERL incarnation... Audio Oscillograph
Controlling user input
How can I direct messages from mac console.app to a log file?
[BASH] eval command not expanding variables as expected.