dubrowgn / wattz

An Android battery power status bar indicator
MIT License
187 stars 9 forks source link

Put Space between Value and Unit #14

Closed ChristianTacke closed 7 months ago

ChristianTacke commented 1 year ago

In the main app display, could you please put a (possibly non breaking) space between the value and unit as required by the SI standard? Like "0.9 V".

IMHO this improves readability.

dubrowgn commented 1 year ago

I'll consider it, but there are reasons to go either way. Do you have a reference where this is covered by the standard?

ChristianTacke commented 1 year ago

@dubrowgn

The wikipedia article about the SI has the rules very nicely declared:

https://en.wikipedia.org/wiki/International_System_of_Units#General_rules

The article should also have all the relevant links.

Which reasons do you see for omitting the (non breaking) space?