diff options
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 8d7dd5c60d..ea3894c236 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1219,6 +1219,9 @@ static void init_globals(void) string_set(&Globals.szGuestaccount, GUEST_ACCOUNT); + /* using UTF8 by default allows us to support all chars */ + string_set(&Globals.unix_charset, "UTF8"); + /* * Allow the default PASSWD_CHAT to be overridden in local.h. */ |