Skip to content

Commit a2c52d1

Browse files
author
Arvid Müllern-Aspegren
committed
Use an UTF8 enabled locale for the run() environment.
1 parent 55a0acb commit a2c52d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setuptools_scm/_run_cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def run(
143143
avoid_pip_isolation(no_git_env(os.environ)),
144144
# os.environ,
145145
# try to disable i18n
146-
LC_ALL="C",
146+
LC_ALL="C.UTF-8",
147147
LANGUAGE="",
148148
HGPLAIN="1",
149149
),

0 commit comments

Comments
 (0)