mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 17:43:59 +02:00
Init function is need to link statically
This commit is contained in:
parent
53b3be5d58
commit
162cf2879a
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
#include "regenc.h"
|
#include "regenc.h"
|
||||||
|
|
||||||
|
void
|
||||||
|
Init_gb2312(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
ENC_REPLICATE("GB2312", "EUC-KR")
|
ENC_REPLICATE("GB2312", "EUC-KR")
|
||||||
ENC_ALIAS("EUC-CN", "GB2312")
|
ENC_ALIAS("EUC-CN", "GB2312")
|
||||||
ENC_ALIAS("eucCN", "GB2312")
|
ENC_ALIAS("eucCN", "GB2312")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue