projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3a80aac
)
Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
Jarkko Hietaniemi [Tue, 9 Jan 2001 14:32:17 +0000 (14:32 +0000)]
p4raw-id: //depot/perl@8377
t/op/length.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/length.t
b/t/op/length.t
index
ceb005e
..
aec6a52
100644
(file)
--- a/
t/op/length.t
+++ b/
t/op/length.t
@@
-33,6
+33,7
@@
print "ok 3\n";
}
{
+ use utf8; # make "\x{80}" to produce UTF-8
my $a = "\x{80}";
print "not " unless length($a) == 1;