Subject: | base2 should use binary SI prefixes |
The base2 method prints the suffices kB, MB, GB, etc... when it is using
base2 divisions. This is wrong. Please see
http://en.wikipedia.org/wiki/Si_prefix#Binary_prefixes
I suggest instead
KiB # note the capital 'K'
MiB
GiB
MiB
TiB
--
Paul Evans