datasize icon indicating copy to clipboard operation
datasize copied to clipboard

Format string support for spaces between number and data unit designation

Open aphor opened this issue 10 years ago • 0 comments

DataSize can produce strings like "1.47MiB" by format strings like '{:.2MiB}' but there is no way to specify that it should print the slightly prettier "1.47 MiB" with a space between the number and the "MiB" data size unit designation.

aphor avatar Jul 02 '15 02:07 aphor