Init function is need to link statically
This commit is contained in:
parent
53b3be5d58
commit
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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user