GNOME Bugzilla – Bug 550203
Ambiguous byte prefixes
Last modified: 2008-09-01 14:33:30 UTC
The function g_format_size_for_display uses factors of 1024 to round sizes to a more human readable form. For this it uses prefixes K, M and G which are easily confused with SI prefixes. Wouldn't it be better to use the less ambiguous binary prefixes Ki, Mi and Gi? http://en.wikipedia.org/wiki/Binary_prefix
I would say NOTABUG since this has been discussed when introducing the function: http://mail.gnome.org/archives/gtk-devel-list/2007-December/msg00237.html and if i read that thread correctly we want to be human readable, not hacker readable.
*** This bug has been marked as a duplicate of 512443 ***