projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65e4d1
)
Redundant test.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 16 Apr 2003 09:45:51 +0000
(09:45 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 16 Apr 2003 09:45:51 +0000
(09:45 +0000)
p4raw-id: //depot/perl@19232
lib/unicore/mktables
patch
|
blob
|
history
diff --git
a/lib/unicore/mktables
b/lib/unicore/mktables
index
fa07346
..
a462ff9
100644
(file)
--- a/
lib/unicore/mktables
+++ b/
lib/unicore/mktables
@@
-651,8
+651,7
@@
sub UnicodeData_Txt()
|| $code == 0x2029;# 2029: PARAGRAPH SEP.
$Cat{Blank}->$op($code) if $cat eq "Zs"
- || $code == 0x0009 # 0009: HORIZONTAL TAB
- || $code == 0x0020; # 0020: SPACE
+ || $code == 0x0009 # 0009: HORIZONTAL TAB;
$Cat{Digit}->$op($code) if $cat eq "Nd";
$Cat{Upper}->$op($code) if $cat eq "Lu";