mirror of
https://github.com/monero-project/monero.git
synced 2024-12-16 13:26:31 +02:00
f3724aef88
There are various locale related bugs in various versions of boost, where exceptions are thrown in boost::filesystem APIs when the current locale is not to boost's liking. It's not clear what "not to boost's liking" means in detail, though "en" and "en_US.UTF-8" are not to its liking. Fix it by running a test function that's known to throw in such a case, and resetting LANG and LC_ALL to C if an exception is thrown. In simplewallet, the locale is queried before that so the correct translations will still be used. |
||
---|---|---|
.. | ||
base58.cpp | ||
base58.h | ||
boost_serialization_helper.h | ||
CMakeLists.txt | ||
command_line.cpp | ||
command_line.h | ||
dns_utils.cpp | ||
dns_utils.h | ||
http_connection.h | ||
i18n.cpp | ||
i18n.h | ||
int-util.h | ||
pod-class.h | ||
rpc_client.h | ||
scoped_message_writer.h | ||
unordered_containers_boost_serialization.h | ||
util.cpp | ||
util.h | ||
varint.h |