Opened 14 months ago

Last modified 14 months ago

#18296 new enhancement

Implement a thousands separator display switch

Reported by: bitigchi Owned by: pulkomandy
Priority: normal Milestone: Unscheduled
Component: Preferences/Locale Version: R1/Development
Keywords: i18n Cc:
Blocked By: Blocking:
Platform: All

Description

It would be nice to have a thousands display toggle switch for the folks who'd like to have their numbers displayed without the thousands separator.

Currently it will have not much of an effect, since nearly all numbers use the standard C display, they'll need to be converted first.

Change History (4)

comment:1 by nephele, 14 months ago

This seems quite specific. Perhaps a more "generic" preffered number format could also be used? That is say, also allowing stuff like engineering notation (with *103 6 etc) or scientific (always *10N with only one leading digit)

Maybe that is too specific though :)

comment:2 by bitigchi, 14 months ago

No, my case is more for simple numbers. It's alright to use 1.234,56 for instance, but sometimes it looks quite convoluted in some applications like ActivityMonitor. 1234,56 looks more compact in cases like this, or some people simply would like it that way. Turning it on or off by default would be another matter to discuss.

comment:3 by pulkomandy, 14 months ago

We used to allow full customization of the formats in Locale preferences, but it was removed.

In most cases I think no one really wants the thousands separator by default? It seems too risky to have it, because it's easy to confuse it with the decimal point (unless the thousands separator is some kind of whitespace)

comment:4 by bitigchi, 14 months ago

Yeah, by default it would be too much I guess.

Note: See TracTickets for help on using tickets.