root/enc/utf_16_32.h

/* [previous][next][first][last][top][bottom][index][help] */
#include "regenc.h"
/* dummy for unsupported, stateful encoding */
#define ENC_DUMMY_UNICODE(name) ENC_REPLICATE(name, name "BE")
ENC_DUMMY_UNICODE("UTF-16");
ENC_DUMMY_UNICODE("UTF-32");

/* [previous][next][first][last][top][bottom][index][help] */