1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Init function is need to link statically

This commit is contained in:
Nobuyoshi Nakada 2019-08-10 01:39:36 +09:00
parent 53b3be5d58
commit 162cf2879a
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -1,5 +1,10 @@
#include "regenc.h"
void
Init_gb2312(void)
{
}
ENC_REPLICATE("GB2312", "EUC-KR")
ENC_ALIAS("EUC-CN", "GB2312")
ENC_ALIAS("eucCN", "GB2312")