# Gavin Andresen # 2011-02-28 21:38:36 # https://bitcointalk.org/index.php?topic=3786.msg56968#msg56968 It was LC_NUMERIC, I bet... (I'd just set LANG and unset the rest and assumed they'd all get picked up; internationalizing C++ applications is something I know very little about). @p{par} I modified the patch to format numbers the way they were formatted before: always , for the thousands separator, and . for the decimal point (instead of letting sprintf try to do the right thing). @p{brk}