aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 03:35:13 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 03:35:13 +0000
commit8702c4d0d73a050e0d2181e16bf1e0688d6322f0 (patch)
tree44597777b73b99e32b2801ca13eec9fcec845727 /encoding.c
parent9c2204972b94c4fde59378739651736e4213bef4 (diff)
downloadruby-8702c4d0d73a050e0d2181e16bf1e0688d6322f0.tar.gz
update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoding.c b/encoding.c
index 83399c7635..e75a2a79c8 100644
--- a/encoding.c
+++ b/encoding.c
@@ -1010,7 +1010,7 @@ Init_Encoding(void)
rb_enc_replicate("Windows-31J", rb_enc_from_index(ENCINDEX_SJIS));
rb_enc_alias("CP932", "Windows-31J");
- rb_enc_alias("csWindows31J", "Windows-31J"); /* IANA. IE6 accepts csWindows31J but Windows-31J. */
+ rb_enc_alias("csWindows31J", "Windows-31J"); /* IANA. IE6 don't accept Windows-31J but csWindows31J. */
for (i = 0; i < enc_table_size; ++i) {
rb_encoding *enc = enc_table[i].enc;