ruby/enc/utf_16_32.h
2022-09-12 14:02:34 +02:00

6 lines
173 B
C

#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");