[android-developers] Re: Comma inputted when pressing period key?

2010-01-13 Thread niko20
Hi, This sounds like a language input problem. Some languages use the comma for numeric values instead of the period. On those languages a period will result in a comma being input. I ran into this same issue in my app a long long time ago. Just parse the data they entered and replace any commas

[android-developers] Re: Comma inputted when pressing period key?

2010-01-13 Thread Chris McCurdy
I thought this was an issue at first, but all of the reported problems are coming from users with the US English locale with a period as the monetary separator unit. On Jan 13, 11:24 am, niko20 nikolatesl...@yahoo.com wrote: Hi, This sounds like a language input problem. Some languages use the