summaryrefslogtreecommitdiff
path: root/enc/gb18030.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/gb18030.c')
-rw-r--r--enc/gb18030.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/enc/gb18030.c b/enc/gb18030.c
index 16c8c1c17f..f59d666e6e 100644
--- a/enc/gb18030.c
+++ b/enc/gb18030.c
@@ -575,6 +575,11 @@ gb18030_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED, On
return GB18030_MAP[*s] == C1 ? TRUE : FALSE;
}
+/*
+ * Name: GB18030
+ * MIBenum: 114
+ * Link: http://www.iana.org/assignments/charset-reg/GB18030
+ */
OnigEncodingDefine(gb18030, GB18030) = {
gb18030_mbc_enc_len,
"GB18030", /* name */