summaryrefslogtreecommitdiff
path: root/imap/src/c-client/utf8.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-02-25 21:35:23 -0700
committerEduardo Chappa <chappa@washington.edu>2021-02-25 21:35:23 -0700
commitaa6f4ec5bfdd58483b92941a8494b8edc6aa0320 (patch)
tree45511bab6e7e640420be5c0519ed4f8302e12c6e /imap/src/c-client/utf8.c
parent93fc35afba0a03ff0d25ffbebce670f22d29aa98 (diff)
downloadalpine-aa6f4ec5bfdd58483b92941a8494b8edc6aa0320.tar.xz
* Updates to old port for HP-UX 9.X, after work with Martin Trusler.
Diffstat (limited to 'imap/src/c-client/utf8.c')
-rw-r--r--imap/src/c-client/utf8.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/imap/src/c-client/utf8.c b/imap/src/c-client/utf8.c
index 0a9b6566..ffecf753 100644
--- a/imap/src/c-client/utf8.c
+++ b/imap/src/c-client/utf8.c
@@ -325,6 +325,8 @@ static const CHARSET utf8_csvalid[] = {
(void *) ibm_869tab,SC_GREEK,"ISO-8859-7"},
{"IBM874",CT_1BYTE,CF_PRIMARY | CF_DISPLAY,
(void *) ibm_874tab,SC_THAI,"ISO-8859-11"},
+ {"ROMAN8",CT_1BYTE,CF_PRIMARY | CF_DISPLAY,
+ (void *) ibm_1051tab,SC_LATIN_1,"ISO-8859-1"},
/* deepest sigh */
{"ANSI_X3.4-1968",CT_ASCII,CF_DISPLAY,
NIL,NIL,"US-ASCII"},