diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-24 10:16:07 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-24 10:16:07 +0000 |
commit | 150d06de2e4cba0da08555d83988a89acd541d70 (patch) | |
tree | b44b56424cdc6155b47fbe0bf2cb94ae554a8168 /pod/perl595delta.pod | |
parent | 99dd2394ae4d2f743703d286bac046c67fde99af (diff) | |
download | perl-150d06de2e4cba0da08555d83988a89acd541d70.tar.gz |
Revert change #29098 (that introduced a new warning,
"Variable length character upgraded in print")
p4raw-link: @29098 on //depot/perl: f46fa3876d9373760a3cd5dd806719154ff55bcb
p4raw-id: //depot/perl@29372
Diffstat (limited to 'pod/perl595delta.pod')
-rw-r--r-- | pod/perl595delta.pod | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index 41562cb4e6..c3d59ec31f 100644 --- a/pod/perl595delta.pod +++ b/pod/perl595delta.pod @@ -249,12 +249,6 @@ accordingly to the contents of that %INC entry. =head1 New or Changed Diagnostics -=head2 Variable length character upgraded in print - -This new UTF-8 warning indicates a situation where a non-Unicode string is -sent to a UTF-8 output layer, but given what the string contains, encoding -problems such as double UTF-8 encoding might arise. See L<perldiag>. - =head1 Changed Internals The anonymous hash and array constructors now take 1 op in the optree |