add a comment for eucJP.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-12-23 08:55:30 +00:00
parent 090b9a4f7d
commit 057d7369f9
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}