2010-11-23 16:42:47 +00:00
|
|
|
#include "regenc.h"
|
|
|
|
/* dummy for unsupported, statefull encoding */
|
2013-09-23 13:16:11 +00:00
|
|
|
#define ENC_DUMMY_UNICODE(name) ENC_REPLICATE(name, name "BE")
|
2012-10-06 00:42:14 +00:00
|
|
|
ENC_DUMMY_UNICODE("UTF-16");
|
|
|
|
ENC_DUMMY_UNICODE("UTF-32");
|