{
    local %services = ( smb => $smb );

    my $UnixCharSet = $smb{UnixCharSet} || "ISO8859-1";

    "unix charset = $UnixCharSet";
}
