]> granicus.if.org Git - postgresql/commitdiff
Make spacing and punctuation consistent
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 1 Mar 2016 01:08:16 +0000 (20:08 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 16 Mar 2016 14:43:05 +0000 (10:43 -0400)
src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
src/backend/utils/mb/Unicode/UCS_to_SJIS.pl

index ae6af9e016e468479301532102ec0f3d92a640b8..51ffd86b2c96a0047a2ff043e3c8615c1d8373a9 100755 (executable)
@@ -168,9 +168,9 @@ while ($line = <FILE>)
        if ($array{$code} ne "")
        {
                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;
-               printf STDERR "Previous value: UTF-8: %08x\n", $array{$utf};
+               printf STDERR "Previous value: UTF8: %08x\n", $array{$utf};
                next;
        }
        $count++;
index d9aa6a7247abe20892150b81d7d989f4a0373746..de05649a33e331137fcd2a5e40c3760ef9d757e7 100755 (executable)
@@ -55,7 +55,7 @@ while (<FILE>)
                                && ($code <= 0x879c)))
                {
                        printf STDERR
-                         "Warning: duplicate UTF8 : UCS=0x%04x  SJIS=0x%04x\n", $ucs,
+                         "Warning: duplicate UTF8: UCS=0x%04x SJIS=0x%04x\n", $ucs,
                          $code;
                        next;
                }