KiB and MiB are wrongly used in place of kB and MB
Open
- Dominant language
- JavaScript
- Stars
- 2.9k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
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: https://github.com/globaleaks/GlobaLeaks/issues/2044
A diffuse explaination is present on the wikipedia page: https://en.wikipedia.org/wiki/Kilobyte

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.