Bitcoin Forum

Other => MultiBit => Topic started by: jim618 on May 01, 2013, 09:41:17 PM



Title: German decimal separator = ',' Swiss German decimal separator = '.'
Post by: jim618 on May 01, 2013, 09:41:17 PM
The locked post about fee value was due to the locale being German - which sets the decimal separator to be ','.

The user was actually Swiss German and they use '.' as their decimal separator.

So a fee 0.0001 was being parsed as 1. ( '.' Is the German thousands separator). Entered as 0,0001 it parsed ok.

I will add in a decimal separator setting drop down or something in the Preferences where the language is used to determine the defaults but the user can change them.