ruby--ruby/enc/ebcdic.h

12 lines
353 B
C

#include "regenc.h"
/* dummy for unsupported, non-ascii-based encoding */
ENC_DUMMY("IBM037");
ENC_ALIAS("ebcdic-cp-us", "IBM037");
/* we start with just defining a single EBCDIC encoding,
* hopefully the most widely used one.
*
* See http://www.iana.org/assignments/character-sets/character-sets.xhtml
* http://tools.ietf.org/html/rfc1345
*/