Skip to content
Snippets Groups Projects
Commit e6374c59 authored by rswindell's avatar rswindell
Browse files

Define the "CHRS:" control line values for ASCII and CP437 charsets too.

And remove the "CHRS: " portion of the FIDO_CHARSET_UTF8 definition as we're
now storing these values in their own SMB hfields (FIDOCHARSET), not FIDOCTRL.
parent 6000e4f1
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,9 @@
#define FIDO_PING_NAME "PING" /* 'To' username for PING netmail (FTS-5001) */
#define FIDO_AREAMGR_NAME "AreaFix" /* De-facto pseudo-standard */
#define FIDO_CONFMGR_NAME "ConfMgr" /* FSC-0057 */
#define FIDO_CHARSET_UTF8 "CHRS: UTF-8 4" /* FTS-5003 */
#define FIDO_CHARSET_ASCII "ASCII 1" /* FTS-5003 */
#define FIDO_CHARSET_CP437 "CP437 2" /* FTS-5003 */
#define FIDO_CHARSET_UTF8 "UTF-8 4" /* FTS-5003 */
#define FIDO_NAME_LEN 36 /* Includes '\0' terminator */
#define FIDO_SUBJ_LEN 72 /* Includes '\0' terminator */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment