Sha256: 4e9f69b45f6cf330d8834743465397ee578fc02d07e8d67531f6d5f7c791222a

Contents?: true

Size: 247 Bytes

Versions: 137

Compression:

Stored size: 247 Bytes

Contents

#include <ruby/ruby.h>
#include <ruby/encoding.h>
#include "regenc.h"

void
Init_gb2312(void)
{
    rb_enc_register("GB2312", rb_enc_find("EUC-KR"));
}

ENC_ALIAS("EUC-CN", "GB2312")
ENC_ALIAS("eucCN", "GB2312")
ENC_REPLICATE("GB12345", "GB2312")

Version data entries

137 entries across 137 versions & 3 rubygems

Version Path
rhodes-7.6.0 platform/shared/ruby/enc/gb2312.c
rhodes-7.5.1 platform/shared/ruby/enc/gb2312.c
rhodes-7.4.1 platform/shared/ruby/enc/gb2312.c
rhodes-7.1.17 platform/shared/ruby/enc/gb2312.c
rhodes-6.2.0 platform/shared/ruby/enc/gb2312.c
rhodes-6.0.11 platform/shared/ruby/enc/gb2312.c
rhodes-5.5.18 platform/shared/ruby/enc/gb2312.c
rhodes-5.5.17 platform/shared/ruby/enc/gb2312.c
rhodes-5.5.15 platform/shared/ruby/enc/gb2312.c
rhodes-5.5.0.22 platform/shared/ruby/enc/gb2312.c
ruby-compiler-0.1.1 vendor/ruby/enc/gb2312.c
rhodes-5.5.2 platform/shared/ruby/enc/gb2312.c
rhodes-5.5.0.7 platform/shared/ruby/enc/gb2312.c
rhodes-5.5.0.3 platform/shared/ruby/enc/gb2312.c
rhodes-5.5.0 platform/shared/ruby/enc/gb2312.c
tauplatform-1.0.3 platform/shared/ruby/enc/gb2312.c
tauplatform-1.0.2 platform/shared/ruby/enc/gb2312.c
tauplatform-1.0.1 platform/shared/ruby/enc/gb2312.c
rhodes-3.5.1.12 platform/shared/ruby/enc/gb2312.c
rhodes-3.3.5 platform/shared/ruby/enc/gb2312.c