Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9dbcb50

Browse files
committed
Make spacing and punctuation consistent
1 parentce91b92 commit9dbcb50

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
printfSTDERR
171-
"Warning: duplicateUTF-8: %08x UCS: %04x Shift JIS: %04x\n",$utf,
171+
"Warning: duplicateUTF8: %08x UCS: %04x Shift JIS: %04x\n",$utf,
172172
$ucs,$code;
173-
printfSTDERR"Previous value:UTF-8: %08x\n",$array{$utf};
173+
printfSTDERR"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
printfSTDERR
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)

[8]ページ先頭

©2009-2025 Movatter.jp