[wp-trac] [WordPress Trac] #37037: size_format() incorrectly displays `kB` with small `k`

WordPress Trac noreply at wordpress.org
Tue Jun 7 01:52:58 UTC 2016


#37037: size_format() incorrectly displays `kB` with small `k`
----------------------------------------+------------------------------
 Reporter:  dashaluna                   |       Owner:
     Type:  defect (bug)                |      Status:  new
 Priority:  normal                      |   Milestone:  Awaiting Review
Component:  General                     |     Version:  trunk
 Severity:  normal                      |  Resolution:
 Keywords:  needs-patch good-first-bug  |     Focuses:
----------------------------------------+------------------------------

Comment (by pento):

 Related: #31350.

 I don't mind this change - traditionally, `kB` has been the most common
 usage, but it seems to have changed to `KB` over the years, shifting from
 the SI standard, where `kB` = 1000 bytes, to the JEDEC standard, where
 `KB`  = 1024 bytes.

 Switching to the IEC standard (`KiB`, etc) is a much bigger discussion,
 particularly because those units have never really seen significant
 uptake. (Because they look weird, and all of the units are really awkward
 to say.)

--
Ticket URL: <https://core.trac.wordpress.org/ticket/37037#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list