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:
|
upgrade:
|
||||||
In all message groups set check/set default character set.
|
In all message groups set check/set default character set.
|
||||||
In all message areas set the character set to use with the
|
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
|
areas must be done by hand because they are most likely not
|
||||||
in a group.
|
in a group.
|
||||||
The macro templates are updated, you MUST install the newfiles
|
The macro templates are updated, you MUST install the newfiles
|
||||||
|
@ -630,7 +630,7 @@ void MsgGlobal(void)
|
|||||||
char *p, mfile[PATH_MAX];
|
char *p, mfile[PATH_MAX];
|
||||||
FILE *fil;
|
FILE *fil;
|
||||||
fidoaddr a1, a2;
|
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;
|
int Total, Done, netbrd, daysold, maxmsgs, maxarticles;
|
||||||
long offset;
|
long offset;
|
||||||
securityrec rs, ws, ss, as;
|
securityrec rs, ws, ss, as;
|
||||||
|
@ -155,7 +155,7 @@ int OpenMGroup(void)
|
|||||||
mgroup.LinkSec.flags = 1;
|
mgroup.LinkSec.flags = 1;
|
||||||
}
|
}
|
||||||
if (MGrpUpdated && (mgroup.Charset == FTNC_NONE)) {
|
if (MGrpUpdated && (mgroup.Charset == FTNC_NONE)) {
|
||||||
mgroup.Charset = FTNC_LATIN_1;
|
mgroup.Charset = FTNC_CP437;
|
||||||
}
|
}
|
||||||
fwrite(&mgroup, sizeof(mgroup), 1, fout);
|
fwrite(&mgroup, sizeof(mgroup), 1, fout);
|
||||||
memset(&mgroup, 0, sizeof(mgroup));
|
memset(&mgroup, 0, sizeof(mgroup));
|
||||||
|
Reference in New Issue
Block a user