aboutsummaryrefslogtreecommitdiff
path: root/src/fs.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-09-25 14:00:41 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-09-25 14:00:46 -0400
commitcc7258bdfb44c5b5f3498296d8c9e6791655e89f (patch)
tree8952634c5d586c25c5d3bcb83524e69daded1cee /src/fs.h
parent8efd87455bc957d6647c41680541d84e98e8353f (diff)
parent2c3eade704f63b360926de9e975ce80143781679 (diff)
downloadbitcoin-cc7258bdfb44c5b5f3498296d8c9e6791655e89f.tar.xz
Merge #13877: utils: Make fs::path::string() always return utf-8 string on Windows
2c3eade704 Make fs::path::string() always return utf-8 string (Chun Kuan Lee) Pull request description: Imbue `fs::path` with `std::codecvt_utf8_utf16` at `SetupEnvironment()`, so that default string encoding will be utf-8 inside `fs::path`. Tree-SHA512: 0cb59464d777278decbf24771fc5ff0cb2caa7bc2fe8ee5cd36c97a2324873a3caad131f08f050393b488316ee7f4ab0b28b7fa4699e41839f8e51b9867d5118
Diffstat (limited to 'src/fs.h')
-rw-r--r--src/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs.h b/src/fs.h
index 5492bdd4ec..a7074f446a 100644
--- a/src/fs.h
+++ b/src/fs.h
@@ -10,7 +10,6 @@
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
-#include <boost/filesystem/detail/utf8_codecvt_facet.hpp>
/** Filesystem operations and types */
namespace fs = boost::filesystem;