projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
41ad8e4
)
For characters beyond the BMP the $bits will be undef,
Jarkko Hietaniemi [Sun, 22 Jun 2003 15:46:50 +0000 (15:46 +0000)]
which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
analysis and fix from SADAHIRO Tomoyuki)
p4raw-id: //depot/perl@19835
lib/utf8_heavy.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/utf8_heavy.pl
b/lib/utf8_heavy.pl
index
d8c46b5
..
f4a0aaa
100644
(file)
--- a/
lib/utf8_heavy.pl
+++ b/
lib/utf8_heavy.pl
@@
-160,7
+160,7
@@
sub SWASHNEW {
}
my $extras;
- my $bits;
+ my $bits = 0;
my $ORIG = $list;
if ($list) {