Skip to content

Commit 9dbcb50

Browse files
committed
Make spacing and punctuation consistent
1 parent ce91b92 commit 9dbcb50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@
168168
if ($array{$code} ne "")
169169
{
170170
printf STDERR
171-
"Warning: duplicate UTF-8: %08x UCS: %04x Shift JIS: %04x\n", $utf,
171+
"Warning: duplicate UTF8: %08x UCS: %04x Shift JIS: %04x\n", $utf,
172172
$ucs, $code;
173-
printf STDERR "Previous value: UTF-8: %08x\n", $array{$utf};
173+
printf STDERR "Previous value: UTF8: %08x\n", $array{$utf};
174174
next;
175175
}
176176
$count++;

src/backend/utils/mb/Unicode/UCS_to_SJIS.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
&& ($code <= 0x879c)))
5656
{
5757
printf STDERR
58-
"Warning: duplicate UTF8 : UCS=0x%04x SJIS=0x%04x\n", $ucs,
58+
"Warning: duplicate UTF8: UCS=0x%04x SJIS=0x%04x\n", $ucs,
5959
$code;
6060
next;
6161
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy