summaryrefslogtreecommitdiffstats
path: root/src/dm/systems/Qt3DSDMWStrOps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dm/systems/Qt3DSDMWStrOps.h')
-rw-r--r--src/dm/systems/Qt3DSDMWStrOps.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dm/systems/Qt3DSDMWStrOps.h b/src/dm/systems/Qt3DSDMWStrOps.h
index b1e1fb0..71e952b 100644
--- a/src/dm/systems/Qt3DSDMWStrOps.h
+++ b/src/dm/systems/Qt3DSDMWStrOps.h
@@ -29,6 +29,10 @@
#pragma once
#ifndef QT3DSDM_WSTR_OPS_H
#define QT3DSDM_WSTR_OPS_H
+
+// Unicode substitute char to replace linefeed in user-inputted strings in UIP
+#define LINE_BREAK_SUBSTITUTE "\uE000"
+
namespace qt3dsdm {
// Template base class so that we can convert items to and from wide string
template <typename TDataType>