jkroso / parse-duration

convert a human readable duration to ms
MIT License
243 stars 36 forks source link

µ vs μ #13

Closed TrevorSundberg closed 4 years ago

TrevorSundberg commented 4 years ago

There's another unicode character for microseconds. I ran into this with gVisor printing out this character.

If you use this site you can see the character codes:

http://www.mauvecloud.net/charsets/CharCodeFinder.html

Paste this: µμ

And you'll see two separate codes.

dy commented 4 years ago

Fixed in 0.2.0