summaryrefslogtreecommitdiff
path: root/enc/utf_16_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'enc/utf_16_32.h')
-rw-r--r--enc/utf_16_32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/enc/utf_16_32.h b/enc/utf_16_32.h
new file mode 100644
index 0000000000..4d669019bf
--- /dev/null
+++ b/enc/utf_16_32.h
@@ -0,0 +1,5 @@
+#include "regenc.h"
+/* dummy for unsupported, stateful encoding */
+#define ENC_DUMMY_UNICODE(name) ENC_DUMMY(name)
+ENC_DUMMY_UNICODE("UTF-16");
+ENC_DUMMY_UNICODE("UTF-32");