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

Commit299ae43

Browse files
committed
Adjust warning message about Windows console code page to point to
the right place in the docs, and gettext()ify it.
1 parent0b72ebd commit299ae43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/bin/psql/startup.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.110 2005/01/14 00:25:17 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.111 2005/01/15 05:43:06 tgl Exp $
77
*/
88
#include"postgres_fe.h"
99

@@ -670,9 +670,9 @@ checkWin32Codepage(void)
670670
concp=GetConsoleCP();
671671
if (wincp!=concp)
672672
{
673-
printf("Warning: Consolecodepage(%u) differs fromwindows codepage (%u)\n"
674-
" 8-bit characterswill not work correctly. SeePostgreSQL\n"
675-
"documentation \"Installation on Windows\" for details.\n\n",
673+
printf(gettext("Warning: Consolecode page(%u) differs fromWindows code page (%u)\n"
674+
" 8-bit charactersmay not work correctly. Seepsql reference\n"
675+
"page \"Notes for Windows users\" for details.\n\n"),
676676
concp,wincp);
677677
}
678678
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp