Use "NON-BREAKING HYPHEN" instead of "MINUS SIGN" character.
This commit is contained in:
parent
5cd3b51207
commit
7752872afa
@ -88,4 +88,4 @@ const QString lamexp_version2string(const QString &pattern, unsigned int version
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define L1S(STR) (QLatin1String((STR)))
|
||||
#define NOBR(STR) (QString("<nobr>%1</nobr>").arg((STR)).replace("-", "−"))
|
||||
#define NOBR(STR) (QString("<nobr>%1</nobr>").arg((STR)).replace(L1S("-"), L1S("‑")))
|
||||
|
Loading…
Reference in New Issue
Block a user