ChHecker/unify

Allow unicode exponents

linuxrider opened this issue · 1 comments

It would be nice if unicode exponents could be used to write units.
normal:
#qty("2.5", "J mol^-1 K^-1")
unicode:
#qty("2.5", "J mol⁻¹ K⁻¹")

Solved by #12.