Select an installed module below |
NAMEbytes - Perl pragma to force byte semantics rather than character semantics
SYNOPSIS
use bytes;
no bytes;
DESCRIPTIONWARNING: The implementation of Unicode support in Perl is incomplete. See perlunicode for the exact details. The Perl normally assumes character semantics in the presence of character data (i.e. data that has come from a source that has been marked as being of a particular character encoding). To understand the implications and differences between character semantics and byte semantics, see perlunicode.
SEE ALSOperlunicode, utf8
|
|