Skip to content

Commit

Permalink
Fixup unicode figure dash
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Oct 16, 2016
1 parent 5e2af01 commit 3b52ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/font/constants.cpp
Expand Up @@ -37,7 +37,7 @@ const std::string
unicode_minus = "-",
unicode_en_dash = "", // unicode u2013
unicode_em_dash = "", // unicode u2014
unicode_figure_dash = "?",
unicode_figure_dash = "", // unicode u2012
unicode_multiplication_sign = "×",
unicode_bullet = "", // unicode u2022

Expand Down

0 comments on commit 3b52ae3

Please sign in to comment.