* And simplify callers of get_actual_encoding(). * See [Feature #18949]. * See https://github.com/ruby/ruby/pull/6322#issuecomment-1242758474
6 lines
173 B
C
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");
|