DBM_Filter::utf8 - filter for DBM_Filter
| Use Case | Command | Description |
|---|---|---|
| Apply UTF-8 filter to a DBM file | use DBM_Filter; $db->Filter_Push('utf8'); | Ensures all data written to the DBM is encoded in UTF-8. |
use SDBM_File; # or DB_File, GDBM_File, NDBM_File, or ODBM_File
use DBM_Filter;
$db = tie %hash, ...
$db->Filter_Push('utf8');
🌐 This Filter will ensure that all data written to the DBM will be encoded in UTF-8.
This module uses the Encode module.
Paul Marquess pmqs AT cpan.org
Generated by phpman v4.9.26-5-g7740029 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-23 10:13 @216.73.216.102
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)