KiB and MiB are wrongly used in place of kB and MB
未关闭
- 主要语言
- JavaScript
- 星标
- 2.9k
- 派生
- 319
- PR 合并指标
- 30 天内没有已合并 PR
描述
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

贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。