Changed charset defaults
This commit is contained in:
parent
e6755f1880
commit
e2c1df6639
@ -95,7 +95,7 @@ v0.51.1 21-Feb-2004 - 06-Mar-2004
|
||||
upgrade:
|
||||
In all message groups set check/set default character set.
|
||||
In all message areas set the character set to use with the
|
||||
global editor (to Latin-1 for example). Local and netmail
|
||||
global editor (to CP437 for example). Local and netmail
|
||||
areas must be done by hand because they are most likely not
|
||||
in a group.
|
||||
The macro templates are updated, you MUST install the newfiles
|
||||
|
@ -630,7 +630,7 @@ void MsgGlobal(void)
|
||||
char *p, mfile[PATH_MAX];
|
||||
FILE *fil;
|
||||
fidoaddr a1, a2;
|
||||
int menu = 0, marea, Areas, akan = 0, Found, charset = FTNC_LATIN_1;
|
||||
int menu = 0, marea, Areas, akan = 0, Found, charset = FTNC_CP437;
|
||||
int Total, Done, netbrd, daysold, maxmsgs, maxarticles;
|
||||
long offset;
|
||||
securityrec rs, ws, ss, as;
|
||||
|
@ -155,7 +155,7 @@ int OpenMGroup(void)
|
||||
mgroup.LinkSec.flags = 1;
|
||||
}
|
||||
if (MGrpUpdated && (mgroup.Charset == FTNC_NONE)) {
|
||||
mgroup.Charset = FTNC_LATIN_1;
|
||||
mgroup.Charset = FTNC_CP437;
|
||||
}
|
||||
fwrite(&mgroup, sizeof(mgroup), 1, fout);
|
||||
memset(&mgroup, 0, sizeof(mgroup));
|
||||
|
Reference in New Issue
Block a user