eigilnikolajsen / commit-mono

Commit Mono is an anonymous and neutral programming typeface.
https://commitmono.com/
1.14k stars 15 forks source link

Bug: ◑ rendered as ◐ #22

Closed rben01 closed 10 months ago

rben01 commented 11 months ago

Commit Mono renders the characters ◑ and ◐ as the same character, ◐.

Input:

julia> collect("◑ ◐")
3-element Vector{Char}:
 '◑': Unicode U+25D1 (category So: Symbol, other)
 ' ': ASCII/Unicode U+0020 (category Zs: Separator, space)
 '◐': Unicode U+25D0 (category So: Symbol, other)

Rendered:

image
eigilnikolajsen commented 11 months ago

Nice spot! I'll fix it asap.

rben01 commented 11 months ago

Thanks! I thought I was losing my mind watching a unicode spinner rotate back and forth 180° instead of around and around 360° 😄

eigilnikolajsen commented 10 months ago

Fixed in latest version!