summaryrefslogtreecommitdiff
path: root/src/charset/codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/charset/codec.c')
-rw-r--r--src/charset/codec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charset/codec.c b/src/charset/codec.c
index 12a1bdc..727d600 100644
--- a/src/charset/codec.c
+++ b/src/charset/codec.c
@@ -13,9 +13,11 @@
extern hubbub_charsethandler hubbub_iconv_codec_handler;
extern hubbub_charsethandler hubbub_utf8_codec_handler;
+extern hubbub_charsethandler hubbub_utf16_codec_handler;
static hubbub_charsethandler *handler_table[] = {
&hubbub_utf8_codec_handler,
+ &hubbub_utf16_codec_handler,
&hubbub_iconv_codec_handler,
NULL,
};