diff options
Diffstat (limited to 'unicode/courier-unicode.h.in')
| -rw-r--r-- | unicode/courier-unicode.h.in | 15 | 
1 files changed, 14 insertions, 1 deletions
| diff --git a/unicode/courier-unicode.h.in b/unicode/courier-unicode.h.in index 6bf9c17..7c6a00d 100644 --- a/unicode/courier-unicode.h.in +++ b/unicode/courier-unicode.h.in @@ -2,7 +2,7 @@  #define	courier_unicode_h  /* -** Copyright 2000-2017 Double Precision, Inc. +** Copyright 2000-2018 Double Precision, Inc.  ** See COPYING for distribution information.  **  */ @@ -987,6 +987,19 @@ extern const char unicode_u_ucs2_native[];  #define unicode_x_imap_modutf7 "x-imap-modutf7" +/* +** EAI-capable Courier-IMAP does not use modified-UTF7, and uses UTF-8. +** +** However, to support SMAP we will still need to encode/decode some +** special characters. +** +** The characters U+0000-U+0020 (including space), and ./~:\ +** +** They are encoded as a backslash followed by three octal digits. +*/ + +#define unicode_x_smap_modutf8 "x-smap-modutf8" +  #if 0  {  #endif | 
