Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

PerlIO::utf8_strict

Name PerlIO::utf8_strict
Version 0.009
Located at /usr/lib/x86_64-linux-gnu/perl5/5.34
File /usr/lib/x86_64-linux-gnu/perl5/5.34/PerlIO/utf8_strict.pm
Is Core No
Search CPAN for this module PerlIO::utf8_strict
Documentation PerlIO::utf8_strict
Module Details PerlIO::utf8_strict


NAME

PerlIO::utf8_strict - Fast and correct UTF-8 IO


VERSION

version 0.009


SYNOPSIS

 open my $fh, '<:utf8_strict', $filename;


DESCRIPTION

This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's default :utf8 layer it checks the input for correctness.


LAYER ARGUMENTS

allow_noncharacters
allow_surrogates


EXPORT

PerlIO::utf8_strict exports no subroutines or symbols, just a perl layer utf8_strict


DIAGNOSTICS

Can't decode ill-formed UTF-8 octet sequence <%s>
(F) Encountered an ill-formed UTF-8 octet sequence. <%s> contains a hexadecimal representation of the maximal subpart of the ill-formed subsequence.

Can't interchange noncharacter code point U+%.4X
(F) Noncharacters is permanently reserved for internal use and that should never be interchanged. Noncharacters consist of the values U+nFFFE and U+nFFFF (where n is from 0 to 10^16) and the values U+FDD0..U+FDEF.


AUTHORS


COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Leon Timmermans, Christian Hansen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026