Ruby  1.9.3p448(2013-06-27revision41675)
gb2312.c
Go to the documentation of this file.
1 #include <ruby/ruby.h>
2 #include <ruby/encoding.h>
3 #include "regenc.h"
4 
5 void
7 {
8  rb_enc_register("GB2312", rb_enc_find("EUC-KR"));
9 }
10 
11 ENC_ALIAS("EUC-CN", "GB2312")
12 ENC_ALIAS("eucCN", "GB2312")
13 ENC_REPLICATE("GB12345", "GB2312")
14