gentooboontoo / js-quantities

JavaScript library for quantity calculation and unit conversion
http://gentooboontoo.github.io/js-quantities/
MIT License
396 stars 102 forks source link

Default symbol for litre #28

Closed anjoanjewierden closed 9 years ago

anjoanjewierden commented 9 years ago

The default for litre is currently small l, should that not be big L?

gentooboontoo commented 9 years ago

Unfortunately, there's no worldwide consensus about that. l is the original symbol, L the alternative one.

anjoanjewierden commented 9 years ago

Hi Julien,

No big deal, although in the Netherlands big L is used in the class room and I'm developing software for that. There is some evidence that big L is not just a local thing. I have modified it in a local copy.

Needless to say I like the package a lot, and will suggest improvements pretty soon.

Regards,

Anjo.

Op 10 nov. 2014 om 22:54 heeft Julien Sanchez notifications@github.com<mailto:notifications@github.com> het volgende geschreven:

Unfortunately, there's no worldwide consensus about that. l is the original symbol, L the alternative one.

Reply to this email directly or view it on GitHubhttps://github.com/gentooboontoo/js-quantities/issues/28#issuecomment-62462453.

rage-shadowman commented 9 years ago

A way to add aliases to existing definitions might be good? It would have to take over any old aliases by the same name in the constructor at least.