GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PerlIO::utf8_strict(3) User Contributed Perl Documentation PerlIO::utf8_strict(3)

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

version 0.009

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

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

allow_noncharacters
allow_surrogates

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

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.

  • Leon Timmermans <leont@cpan.org>
  • Christian Hansen <chansen@cpan.org>

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.

2022-01-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.