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

Commit6faad51

Browse files
committed
1c fix
1 parent5a262ef commit6faad51

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎nsis/postgresql.nsi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,10 @@ Section $(PostgreSQLString) sec1
358358
AccessControl::GrantOnFile"$DATA_DIR""$0""FullAccess";GenericWrite
359359
Pop$0;"ok" or "error" + error details
360360
${if}${WITH_1C}=="TRUE"
361-
DetailPrint"Running 1C installation. Usingru_RU.UTF-8locale ..."
361+
DetailPrint"Running 1C installation. UsingRussian locale andUTF-8encoding ..."
362362
nsExec::ExecToStack /TIMEOUT=60000'"$INSTDIR\bin\initdb.exe" $tempVar \
363-
--locale="ru_RU.UTF-8" \
363+
--locale="russian" \
364+
--encoding="UTF-8" \
364365
-U "$UserName_text" \
365366
-D "$DATA_DIR"'
366367
${else}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp