From 6d1d748073b2eb00cdda2eaf8e5163d7629f395f Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 23 Dec 2007 08:55:30 +0000 Subject: add a comment for eucJP. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoding.c b/encoding.c index 985dd5bf2..52f311f1c 100644 --- a/encoding.c +++ b/encoding.c @@ -314,7 +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("eucJP", rb_enc_name(ONIG_ENCODING_EUC_JP)); /* UI-OSF Application Platform Profile for Japanese Environment Version 1.1 */ enc_alias("SJIS", rb_enc_name(ONIG_ENCODING_SJIS)); } -- cgit