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

Commitaaa1a70

Browse files
committed
[pgsql]: Use charset cp1251 for psql-console if the Russian interface is selected.
1 parent1d1a51b commitaaa1a70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎nsis/postgresql.nsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ Section $(PostgreSQLString) sec1
259259

260260
${if}${PRODUCT_NAME}=="PostgreSQL"
261261
StrCpy$Chcp_text""
262+
263+
${if}${LANGUAGE}==${LANG_RUSSIAN}
264+
StrCpy$Chcp_text"chcp 1251"
265+
${endif}
262266
${endif}
263267

264268
FileOpen$0$INSTDIR\scripts\runpgsql.bat w

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp