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