hughjonesd/santoku

Use em-dash \u2014 or horizontal bar \u2015 for lbl_dash()

hughjonesd opened this issue · 3 comments

This would help with confusion with minus signs. But will it break many console outputs?

Could you use cli::symbol$em_dash? This falls back to a minus if not supported by the console.

I'm not certain that the gain is worth it. In RStudio, "-12 \u2014 -10" still looks pretty confusing. Thanks for the tip though, that's useful.

Fixed in master.