Hi list, I found a weird bug in the CurrencyFormatter, but Google didn't turn any other reports up about it. So either I'm the first to discover this, and thus can I conclude that no Europeans make use of either Flex 2 or the CurrencyFormatter, or I'm plain wrong about this.
I wanted to format a number to an amount of money in euro's, but found a strange bug. When I changed the thousandsSeparatorTo property to "." (a dot instead of the default comma, we Europeans are crazy!) the formatter broke silently. Substituting the comma for any other character worked just fine, just not on a dot! So has anyone seen this before? I've tried to override the recourceBundle, but that didn't help. It seems the bug is in the actual formatting. Thanks, Bart

