1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Use codepage 850 as a default for the dos character set.

Tridge, is this OK?
(This used to be commit db5d91fedf)
This commit is contained in:
Tim Potter 2002-07-16 18:45:59 +00:00
parent b3aeabedd0
commit bb7de652ef

View File

@ -1201,6 +1201,9 @@ static void init_globals(void)
/* using UTF8 by default allows us to support all chars */
string_set(&Globals.unix_charset, "UTF8");
/* Use codepage 850 as a default for the dos character set */
string_set(&Globals.dos_charset, "CP850");
/*
* Allow the default PASSWD_CHAT to be overridden in local.h.
*/