changeset 22921:9899d141ec9e

lib: unichar: Add Horizontal Ellipsis character.
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Tue, 17 Apr 2018 21:31:38 +0200
parents 02aed723d139
children a556724ce39b
files src/lib/unichar.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/unichar.h	Tue Apr 24 18:50:38 2018 +0300
+++ b/src/lib/unichar.h	Tue Apr 17 21:31:38 2018 +0200
@@ -4,6 +4,9 @@
 /* Character used to replace invalid input. */
 #define UNICODE_REPLACEMENT_CHAR 0xfffd
 #define UNICODE_REPLACEMENT_CHAR_UTF8 "\xEF\xBF\xBD"
+/* Horizontal ellipsis character ('...') */
+#define UNICODE_HORIZONTAL_ELLIPSIS_CHAR 0x2026
+#define UNICODE_HORIZONTAL_ELLIPSIS_CHAR_UTF8 "\xE2\x80\xA6"
 
 /* Characters >= base require surrogates */
 #define UTF16_SURROGATE_BASE 0x10000