summaryrefslogtreecommitdiff
path: root/source3/lib/iconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/iconv.c')
-rw-r--r--source3/lib/iconv.c1
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}
};