mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
Alias charset 646 internally
This commit is contained in:
parent
9b6328bcfd
commit
f4eb7acc7d
@ -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}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user