зеркало из https://github.com/github/ruby.git
Init function is need to link statically
This commit is contained in:
Родитель
53b3be5d58
Коммит
162cf2879a
|
@ -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")
|
||||||
|
|
Загрузка…
Ссылка в новой задаче