diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-07 13:11:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-07 13:12:45 -0400 |
commit | 63ceadb485f6618da99e8a3b7822ede8da27989d (patch) | |
tree | a935ce8b0856dd4569072c96d566fbee5b66ecbb /changes | |
parent | c1bdc3b10e66de6d79c48c94628956b8578d5f17 (diff) | |
download | tor-63ceadb485f6618da99e8a3b7822ede8da27989d.tar.gz tor-63ceadb485f6618da99e8a3b7822ede8da27989d.zip |
Use LANG_ENGLISH in windows error messages
This change prevents us from generating corrupt messages when we
are confused about codepage settings, and makes Windows errors
consistent with the rest of our logs.
Fixes bug 22520; bugfix on 0.1.2.8-alpha. Patch from "Vort".
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22520 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22520 b/changes/bug22520 new file mode 100644 index 0000000000..cc14f7214c --- /dev/null +++ b/changes/bug22520 @@ -0,0 +1,5 @@ + o Minor bugfixes (error reporting, windows): + - When formatting Windows error messages, use the English format + to avoid codepage issues. Fixes bug 22520; bugfix on + 0.1.2.8-alpha. Patch from "Vort". + |