diff options
author | Prymmer/Kahn <pvhp@best.com> | 2001-04-14 14:36:24 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-15 10:49:08 +0000 |
commit | 395f5a0c58fdd0dd8fdb730226bfff2dca9e4587 (patch) | |
tree | 349839df73375b96e034642e847fab96ecf8dd9a /lib/utf8.pm | |
parent | 056a76fcc1e87235e21058191232f476130a848a (diff) | |
download | perl-395f5a0c58fdd0dd8fdb730226bfff2dca9e4587.tar.gz |
update perlebcdic.pod with UTF tbl; tweak utf8.pm
Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@9704
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r-- | lib/utf8.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm index 402127aa59..0885e6740a 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -61,9 +61,8 @@ Enabling the C<utf8> pragma has the following effects: Bytes in the source text that have their high-bit set will be treated as being part of a literal UTF-8 character. This includes most literals such as identifiers, string constants, constant regular expression patterns -and package names. On EBCDIC platforms, characters in the C1 control group -and the Latin 1 character set are treated as being part of a literal -UTF-EBCDIC character. +and package names. On EBCDIC platforms characters in the Latin 1 +character set are treated as being part of a literal UTF-EBCDIC character. =item * |