diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-08 01:19:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-08 01:19:08 +0000 |
commit | 421a8bf2e4d7253d8eb0dc22451e55b15fc6c1e2 (patch) | |
tree | 6b9c0ff622d3926302e9c26b03c5d7c90ed63526 /t/pragma | |
parent | 4dffa63e352fd05b59c46f19323b72952b04b8ce (diff) | |
download | perl-421a8bf2e4d7253d8eb0dc22451e55b15fc6c1e2.tar.gz |
Introduce macros for UTF8 decoding.
p4raw-id: //depot/perl@8028
Diffstat (limited to 't/pragma')
-rw-r--r-- | t/pragma/warn/utf8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/pragma/warn/utf8 b/t/pragma/warn/utf8 index adc10c645e..9a7dbafdee 100644 --- a/t/pragma/warn/utf8 +++ b/t/pragma/warn/utf8 @@ -30,6 +30,6 @@ my $a = "snøstorm" ; my $a = "snøstorm"; } EXPECT -Malformed UTF-8 character (unexpected non-continuation byte 0x73 after byte 0xf8) at - line 9. -Malformed UTF-8 character (unexpected non-continuation byte 0x73 after byte 0xf8) at - line 14. +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. ######## |