diff options
Diffstat (limited to 'imap/src')
-rw-r--r-- | imap/src/c-client/utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/c-client/utf8.h b/imap/src/c-client/utf8.h index d080c1b0..8a73ef9e 100644 --- a/imap/src/c-client/utf8.h +++ b/imap/src/c-client/utf8.h @@ -383,7 +383,7 @@ * same text width as 0x???? in case we ever add static reverse mapping tables. */ -#define UBOGON UCS2_BOGON +#define UBOGON 0xfff8 /* unmapped from UCS2_BOGON */ #define NOCHAR UCS2_NOTCHAR /* Codepoints in non-Unicode character sets */ |