You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation for byteFmt and kbFmt is using KiB(kibibyte) and MiB (mebibyte) are wrongly used in place of kB(kilobyte) and MB (megabyte).
The issue should be fixed in compatibility with the most common convension of softwares like the linux filesystem, chrome, firefox.
In the real only linux and mac use the correct Kb definitions while Microsoft still use the 1024 size so that it is not possible to obtain something completely "correct".
The current implementation for byteFmt and kbFmt is using KiB(kibibyte) and MiB (mebibyte) are wrongly used in place of kB(kilobyte) and MB (megabyte).
The issue should be fixed in compatibility with the most common convension of softwares like the linux filesystem, chrome, firefox.
Evidences of the issue are present on the following ticket: globaleaks/globaleaks-whistleblowing-software#2044
A diffuse explaination is present on the wikipedia page: https://en.wikipedia.org/wiki/Kilobyte
The text was updated successfully, but these errors were encountered: