summaryrefslogtreecommitdiff
path: root/encoding.c
diff options
context:
space:
mode:
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/encoding.c b/encoding.c
index 130b1612e1..985dd5bf24 100644
--- a/encoding.c
+++ b/encoding.c
@@ -314,6 +314,7 @@ rb_enc_init(void)
#undef ENC_REGISTER
enc_alias("ASCII", rb_enc_name(ONIG_ENCODING_ASCII));
enc_alias("BINARY", rb_enc_name(ONIG_ENCODING_ASCII));
+ enc_alias("eucJP", rb_enc_name(ONIG_ENCODING_EUC_JP));
enc_alias("SJIS", rb_enc_name(ONIG_ENCODING_SJIS));
}