mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
090b9a4f7d
commit
057d7369f9
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ rb_enc_init(void)
|
||||||
#undef ENC_REGISTER
|
#undef ENC_REGISTER
|
||||||
enc_alias("ASCII", rb_enc_name(ONIG_ENCODING_ASCII));
|
enc_alias("ASCII", rb_enc_name(ONIG_ENCODING_ASCII));
|
||||||
enc_alias("BINARY", 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));
|
enc_alias("SJIS", rb_enc_name(ONIG_ENCODING_SJIS));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue