aboutsummaryrefslogtreecommitdiff
path: root/fonts/dupglyphs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/dupglyphs.pl')
-rw-r--r--fonts/dupglyphs.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/dupglyphs.pl b/fonts/dupglyphs.pl
index f3d5706..0532522 100644
--- a/fonts/dupglyphs.pl
+++ b/fonts/dupglyphs.pl
@@ -26,8 +26,9 @@ $/ = '%';
<>;
$header = '%' . <>;
+$zerocount = 0;
while(<>) {
- next if /\[0000\];/;
+ next if /\[0000\];/ && ($zerocount++);
if(/Unicode:.*;.*;/) {
$_ = dup($_);
} else {