aboutsummaryrefslogtreecommitdiffstats
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, 3 insertions, 2 deletions
diff --git a/enc/utf_16_32.h b/enc/utf_16_32.h
index b028a1a12e..b232767ee3 100644
--- a/enc/utf_16_32.h
+++ b/enc/utf_16_32.h
@@ -1,4 +1,5 @@
#include "regenc.h"
/* dummy for unsupported, statefull encoding */
-ENC_DUMMY("UTF-16");
-ENC_DUMMY("UTF-32");
+#define ENC_DUMMY_UNICODE(name) ENC_DUMMY(name)
+ENC_DUMMY_UNICODE("UTF-16");
+ENC_DUMMY_UNICODE("UTF-32");