From: Jarkko Hietaniemi Date: Tue, 18 Dec 2001 15:26:18 +0000 (+0000) Subject: Echoes of #13757. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=414321486a9247e37fa60ad4f5b0a149e4758c52;p=p5sagit%2Fp5-mst-13.2.git Echoes of #13757. p4raw-id: //depot/perl@13758 --- diff --git a/t/lib/warnings/utf8 b/t/lib/warnings/utf8 index fa7041b..d2ac06f 100644 --- a/t/lib/warnings/utf8 +++ b/t/lib/warnings/utf8 @@ -30,8 +30,8 @@ my $a = "sn my $a = "snøstorm"; } EXPECT -Malformed UTF-8 character (unexpected non-continuation byte 0x73 after start byte 0xf8) at - line 9. -Malformed UTF-8 character (unexpected non-continuation byte 0x73 after start byte 0xf8) at - line 14. +Malformed UTF-8 character (unexpected non-continuation byte 0x73, immediately after start byte 0xf8) at - line 9. +Malformed UTF-8 character (unexpected non-continuation byte 0x73, immediately after start byte 0xf8) at - line 14. ######## use warnings 'utf8'; my $surr = chr(0xD800);