[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Strange Number Format
[Thread Prev] | [Thread Next]
- Subject: Strange Number Format
- From: Claus Dietrich <claus.dietrich@xxxxxxxxxx>
- Date: Sat, 22 Aug 2026 14:47:46 +0200
- To: Gambas MailingList <user@xxxxxxxxxxxxxxxxxxxxxx>
Question: Why does System.Language = "de_CH.utf8" Print Format(1234567.89, "$,##0.00") deliver 1_234_567.89 ?It happens with the master as well with 3.22.0 on Linux Mint 22.0 Cinnamon. The Swiss language package is fully installed.
The cli command LC_NUMERIC=de_CH.UTF-8 printf "%'.2f\n" 1234567.89 correctly delivers 1’234’567.89 Is this a bug ? A good weekend to all and best regards Claus
| Re: Strange Number Format | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |