friendlyUnit: Properly replace spaces with non-breaking spaces

This commit is contained in:
thalieht
2016-10-19 16:29:09 +03:00
committed by thalieht
parent 311b060c70
commit f8213f5d56
2 changed files with 3 additions and 2 deletions

View File

@@ -35,6 +35,7 @@
// we put all problematic UTF-8 chars/strings in this file.
// See issue #3059 for more details (https://github.com/qbittorrent/qBittorrent/issues/3059).
const char C_INFINITY[] = "";
const char C_NON_BREAKING_SPACE[] = " ";
const char C_UP[] = "";
const char C_DOWN[] = "";
const char C_COPYRIGHT[] = "©";