Ticket #3673 (new task)
Deprecate size_trunc_sep() in favor of locale-dependent printf support
| Reported by: | michael-o | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Future Releases |
| Component: | mc-core | Version: | master |
| Keywords: | Cc: | ||
| Blocked By: | #3666 | Blocking: | |
| Branch state: | no branch | Votes for changeset: |
Description
size_trunc_sep() applies a handwritten grouping of digits regardless of the current locale. Effort has been made in #3666 to remove its usage. If such a function is necessary, printf() and have locale-dependent formatting support for this.
Note: See
TracTickets for help on using
tickets.
