mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
6525b6f760
* And simplify callers of get_actual_encoding(). * See [Feature #18949]. * See https://github.com/ruby/ruby/pull/6322#issuecomment-1242758474
5 lines
173 B
C
5 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");
|