diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-09-15 12:59:09 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-09-15 12:59:09 +0000 |
commit | bbc4f18f22b1ce5a247121a65e1bc1d00e585847 (patch) | |
tree | 1ae73de98cdc4341a3e4d69ca96369e09e42dd11 | |
parent | 240d5944e3b8e5b748465f9e974b2fab309703be (diff) | |
download | samba-bbc4f18f22b1ce5a247121a65e1bc1d00e585847.tar.gz samba-bbc4f18f22b1ce5a247121a65e1bc1d00e585847.tar.bz2 samba-bbc4f18f22b1ce5a247121a65e1bc1d00e585847.zip |
Alias charset 646 internally
(This used to be commit f4eb7acc7dfc400cc6524dccdd8081acd707f937)
-rw-r--r-- | source3/lib/iconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/iconv.c b/source3/lib/iconv.c index c09bff5fd7..3d26d7e17c 100644 --- a/source3/lib/iconv.c +++ b/source3/lib/iconv.c @@ -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} }; |