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