danicoin/src/simplewallet
moneromooo-monero f3724aef88
Fix startup crash when using a locale boost does not like
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.
2015-11-21 10:13:10 +00:00
..
CMakeLists.txt 2014 network limit 1.0a +utils +toc -doc -drmonero 2015-02-20 22:13:00 +01:00
password_container.cpp simplewallet: allow a different password for the watch-only wallet 2015-06-12 16:45:29 +01:00
password_container.h simplewallet: allow a different password for the watch-only wallet 2015-06-12 16:45:29 +01:00
simplewallet.cpp Fix startup crash when using a locale boost does not like 2015-11-21 10:13:10 +00:00
simplewallet.h wallet: track outgoing payments and add a show_transfers command 2015-11-15 21:59:40 +00:00