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