Ruby
1.9.3p484(2013-11-22revision43786)
Main Page
Modules
Data Structures
Files
File List
Globals
enc
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
6
Init_gb2312
(
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
Generated on Fri Nov 22 2013 07:02:22 for Ruby by
1.8.3