Menu

#6 Allowing international decimal separator (comma)

open
nobody
None
5
2006-08-22
2006-08-22
No

For JEP to be usable for end-user input in an
international environment (e.g. most of Western
Europe), the decimal separator should not be hard-
coded as ".", but configurable, using a supplied
java.util.Locale. For further information, see
http://java.sun.com/developer/TechTips/2000/tt0411.html
#tip1

Note that this may cause trouble with functions, where
comma is used as parameter separator, as in 'if
(1=2,3,4)'. The generally accepted norm is to use
semicolon (;) as parameter/list separator.

Any ideas?

Discussion


Log in to post a comment.