Changes between Initial Version and Version 1 of Ticket #20784, comment 10


Ignore:
Timestamp:
2021-04-21T15:49:25+02:00 (5 years ago)
Author:
GerdP

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20784, comment 10

    initial v1  
    1 I guess all places where e.g. `String.format(%d, count)` is used to convert a number to a readable string are involved. I assume they all should use a locale, like `String.format(Locale.ENGLISH, %d, count)` ?
     1I guess all places where e.g. `String.format("%d", count)` is used to convert a number to a readable string are involved. I assume they all should use a locale, like `String.format(Locale.ENGLISH, "%d", count)` ?