mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
Merge bitcoin/bitcoin#35778: scripted-diff: Use C.UTF-8 locale in all shell scripts
46654094belint: Use C.UTF-8 locale only in shell scripts (Hennadii Stepanov)982ee64938lint: Skip `libmultiprocess` subtree in `lint-shell-locale.py` (Hennadii Stepanov)1194918a5dscripted-diff: Use C.UTF-8 locale in all shell scripts (Hennadii Stepanov) Pull request description: This unifies the used locales across the entire codebase. Additionally, the `test/lint/lint-shell-locale.py` linter has been adjusted accordingly. Also see https://github.com/bitcoin/bitcoin/pull/35775#issuecomment-5047323736. ACKs for top commit: fanquake: ACK46654094beTree-SHA512: e72e076614602937c5fe6ca27d0bb7bebe4464ef28455c43a1bd1d700ffeeea684365fa5749cb1e5fdad56178a1e88a544b5854783b57aef468efb105a03af57
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Distributed under the MIT software license, see the accompanying
|
||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
export LC_ALL=C
|
||||
export LC_ALL=C.UTF-8
|
||||
|
||||
set -o errexit -o pipefail -o xtrace
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Distributed under the MIT software license, see the accompanying
|
||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
export LC_ALL=C
|
||||
export LC_ALL=C.UTF-8
|
||||
|
||||
set -o errexit -o pipefail -o xtrace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user