diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-07-06 19:22:18 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-07-06 19:22:18 -0600 |
commit | 46320c849ee311cf4b39900993be8961e590a5c4 (patch) | |
tree | 259f517c3d4b77fa9de1e7f6bb93f6190c88ece2 | |
parent | 0fd556115af6899df930f5e991f785cb8f2a58b5 (diff) | |
download | alpine-46320c849ee311cf4b39900993be8961e590a5c4.tar.xz |
* Remap UBOGON from 0xfffd to 0xfff8, since 0xfffd represents a missing
character in UTF-8, but 0xfff8 is undefined.
-rw-r--r-- | imap/src/c-client/utf8.h | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
2 files changed, 2 insertions, 2 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 */ diff --git a/pith/pine.hlp b/pith/pine.hlp index e9d0df40..a28a0f12 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 295 2018-07-04 02:50:12 +Alpine Commit 296 2018-07-06 19:19:36 ============= h_news ================= <HTML> <HEAD> |