1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

Alias charset 646 internally

(This used to be commit f4eb7acc7d)
This commit is contained in:
Alexander Bokovoy 2003-09-15 12:59:09 +00:00
parent 240d5944e3
commit bbc4f18f22

View File

@ -57,6 +57,7 @@ static struct charset_functions builtin_functions[] = {
{"UCS-2LE", iconv_copy, iconv_copy},
{"UTF8", utf8_pull, utf8_push},
{"ASCII", ascii_pull, ascii_push},
{"646", ascii_pull, ascii_push},
{"UCS2-HEX", ucs2hex_pull, ucs2hex_push},
{NULL, NULL, NULL}
};