enc/gb2312.c

Go to the documentation of this file.
00001 #include <ruby/ruby.h>
00002 #include <ruby/encoding.h>
00003 #include "regenc.h"
00004 
00005 void
00006 Init_gb2312(void)
00007 {
00008     rb_enc_register("GB2312", rb_enc_find("EUC-KR"));
00009 }
00010 
00011 ENC_ALIAS("EUC-CN", "GB2312")
00012 ENC_ALIAS("eucCN", "GB2312")
00013 ENC_REPLICATE("GB12345", "GB2312")
00014 

Generated on Wed Aug 10 09:15:13 2011 for Ruby by  doxygen 1.4.7