Use em-dash \u2014 or horizontal bar \u2015 for lbl_dash()
hughjonesd opened this issue · 3 comments
hughjonesd commented
This would help with confusion with minus signs. But will it break many console outputs?
krlmlr commented
Could you use cli::symbol$em_dash
? This falls back to a minus if not supported by the console.
hughjonesd commented
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.
hughjonesd commented
Fixed in master.