/* Copyright (c) 2002-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "charset-utf8-private.h"
struct charset_translation {
};
static int
struct charset_translation **t_r)
{
struct charset_translation *t;
if (!charset_is_utf8(charset)) {
/* no support for charsets that need translation */
return -1;
}
t->normalizer = normalizer;
*t_r = t;
return 0;
}
{
i_free(t);
}
static void
{
}
static enum charset_result
{
}
};