Sha256: f3f264b09ffb027a96fdc0d9f00ef2d30c72ff7a3fccf09f421e69da40912da7

Contents?: true

Size: 353 Bytes

Versions: 7

Compression:

Stored size: 353 Bytes

Contents

#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
 */

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/ruby/enc/ebcdic.h
rhodes-7.5.1 platform/shared/ruby/enc/ebcdic.h
rhodes-7.4.1 platform/shared/ruby/enc/ebcdic.h
rhodes-7.1.17 platform/shared/ruby/enc/ebcdic.h
rhodes-6.2.0 platform/shared/ruby/enc/ebcdic.h
rhodes-6.0.11 platform/shared/ruby/enc/ebcdic.h
ruby-compiler-0.1.1 vendor/ruby/enc/ebcdic.h