summaryrefslogtreecommitdiff
path: root/src/string_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_type.h')
-rw-r--r--src/string_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/string_type.h b/src/string_type.h
index 2fb8d8f57..7fb8e0137 100644
--- a/src/string_type.h
+++ b/src/string_type.h
@@ -12,6 +12,9 @@
#ifndef STRING_TYPE_H
#define STRING_TYPE_H
+/** A non-breaking space. */
+#define NBSP "\xC2\xA0"
+
/**
* Valid filter types for IsValidChar.
*/