Skip to content

Commit

Permalink
Disambiguate encoded name data
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Dec 20, 2011
1 parent 1fdd45a commit d092b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digest-ucd-xml.pl
Expand Up @@ -171,7 +171,7 @@ sub format_table {
}

if ($t->[$i] != $prev + 1) {
$buf[1] .= "\0" . pack "w", $t->[$i] - $prev - 1;
$buf[1] .= "\377" . pack "w", $t->[$i] - $prev - 1;
}
$prev = $t->[$i];

Expand Down

0 comments on commit d092b4a

Please sign in to comment.