Issues
- LSNumberFormat Wrong resultLDEV-4071Resolved issue: LDEV-4071Michael Offner
- lsParseDateTime throws error when called after setting locale to English / AustraliaLDEV-3994Resolved issue: LDEV-3994Pothys - MitrahSoft
- Problem with SetLocale() GetLocale()LDEV-3325Resolved issue: LDEV-3325
- include localisation masks in GetLocaleInfo()LDEV-2315Resolved issue: LDEV-2315Pothys - MitrahSoft
- Server.Coldfusion.SupportedLocales includes unsupported localesLDEV-1539Zac Spitzer
- LSNumberFormat outputs wrong thousands separator for 'switzerland' locales w/o maskLDEV-730Resolved issue: LDEV-730Michael Offner
LSNumberFormat Wrong result
Description
Environment
docker-CommandBox image jdk11-5.3.5
commandBox 5.5.2
jdk11
lucee 5.3.9.141
relates to
Details
Assignee
Michael OffnerMichael OffnerReporter
Andri SenjayaAndri SenjayaPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Reporter
Priority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Activity
Zac Spitzer9 August 2024 at 11:59Edited
Lucee simply returns what the JVM uses, ascii 160, a non breaking space, java 8 is rather old
https://www.localeplanet.com/java/de-AT/index.html
https://www.ascii-code.com/CP1252/160
Actually, ACF returns with two leading spaces, Lucee with one
Pothys - MitrahSoft14 July 2022 at 06:38
I've checked this ticket on the lucee latest version 5.3.10.28-SNAPSHOT with java 8, 11 & 14.
#lsnumberformat("4241.09","999,999.99","German (Austrian)")#
lucee in java 8
4.241,09
Both lucee & ACF in java11 & 14 returns the same result
4 241,09
will decide about this.
I have a simple problem with lsnumber format in german austria locale.
the result is 4 241,09 the correct should be 4.241,09