Ruby  1.9.3p551(2014-11-13revision48407)
utf_7.h
Go to the documentation of this file.
1 #include "regenc.h"
2 /* dummy for unsupported, statefull encoding */
3 ENC_DUMMY("UTF-7");
4 ENC_ALIAS("CP65000", "UTF-7");
5 
#define ENC_DUMMY(name)
Definition: encdb.c:19
#define ENC_ALIAS(name, orig)
Definition: encdb.c:18