Make spacing and punctuation consistent
This commit is contained in:
parent
ce91b9209f
commit
9dbcb500ca
@ -168,9 +168,9 @@ while ($line = <FILE>)
|
|||||||
if ($array{$code} ne "")
|
if ($array{$code} ne "")
|
||||||
{
|
{
|
||||||
printf STDERR
|
printf STDERR
|
||||||
"Warning: duplicate UTF-8: %08x UCS: %04x Shift JIS: %04x\n", $utf,
|
"Warning: duplicate UTF8: %08x UCS: %04x Shift JIS: %04x\n", $utf,
|
||||||
$ucs, $code;
|
$ucs, $code;
|
||||||
printf STDERR "Previous value: UTF-8: %08x\n", $array{$utf};
|
printf STDERR "Previous value: UTF8: %08x\n", $array{$utf};
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
$count++;
|
$count++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user