From 2085dffddb36e8ac3cfe83c3f318d49c96408274 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 10 Sep 2011 09:53:29 +1000 Subject: lib/util/charset Run charset sets with and without the system iconv We need to know that we can load the samba-provided modules, and that they are correct. However, we must mark a number of tests as knownfail due to errors in our internal iconv modules. Andrew Bartlett --- lib/util/charset/charset.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/util/charset/charset.h') diff --git a/lib/util/charset/charset.h b/lib/util/charset/charset.h index ce297d0ddd..20887e0e9d 100644 --- a/lib/util/charset/charset.h +++ b/lib/util/charset/charset.h @@ -182,7 +182,8 @@ extern struct smb_iconv_handle *global_iconv_handle; struct smb_iconv_handle *get_iconv_handle(void); struct smb_iconv_handle *get_iconv_testing_handle(TALLOC_CTX *mem_ctx, const char *dos_charset, - const char *unix_charset); + const char *unix_charset, + bool native_iconv); smb_iconv_t get_conv_handle(struct smb_iconv_handle *ic, charset_t from, charset_t to); const char *charset_name(struct smb_iconv_handle *ic, charset_t ch); -- cgit