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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string_type.h b/src/string_type.h
index 9532c86ad..b2bd6824d 100644
--- a/src/string_type.h
+++ b/src/string_type.h
@@ -29,6 +29,7 @@ enum CharSetFilter {
CS_HEXADECIMAL, ///< Only hexadecimal characters
};
+/** Type for wide characters, i.e. non-UTF8 encoded unicode characters. */
typedef uint32 WChar;
/* The following are directional formatting codes used to get the LTR and RTL strings right: