Archived:Comma character used as decimal point symbol instead of point character in some locales on S60 3rd Edition (Known Issue)
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
The article is believed to be still valid for the original topic scope.
The article is believed to be still valid for the original topic scope.
Article Metadata
Tested with
Devices(s): SW version(s)
Compatibility
Platform(s): S60 3rd Edition
Article
Created: User:Technical writer 2
(25 Jun 2007)
Last edited: hamishwillee
(07 Sep 2012)
Contents |
Overview
When TextField.DECIMAL is used to enter numbers, the comma character is used on some devices/language variants as the decimal point symbol instead of the point character.
Description
When the user enters numbers to a textField.DECIMAL-type textfield, some locales use the comma as the decimal pointer instead of the point. This can cause some confusion if it is not taken into consideration when writing applications.
How to reproduce
Insert a text field of decimal type, enter a number, and try adding a decimal point.
Solution
If "hardcoded" numbers are also used in, for example, calculations, they must use point instead of comma – otherwise an exception will be thrown.

