mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 09:34:26 +00:00
string_utils: Define a UTF-8 constant for the Unicode bullet (U+2022)
This commit is contained in:
parent
baaa0d1c76
commit
b585ef6a1c
@ -39,6 +39,7 @@ const std::string unicode_en_dash = "–";
|
||||
const std::string unicode_em_dash = "—";
|
||||
const std::string unicode_figure_dash = "‒";
|
||||
const std::string unicode_multiplication_sign = "×";
|
||||
const std::string unicode_bullet = "•";
|
||||
|
||||
bool isnewline(const char c)
|
||||
{
|
||||
|
@ -43,6 +43,7 @@ extern const std::string unicode_en_dash;
|
||||
extern const std::string unicode_em_dash;
|
||||
extern const std::string unicode_figure_dash;
|
||||
extern const std::string unicode_multiplication_sign;
|
||||
extern const std::string unicode_bullet;
|
||||
|
||||
bool isnewline(const char c);
|
||||
bool portable_isspace(const char c);
|
||||
|
Loading…
x
Reference in New Issue
Block a user