diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-13 01:15:32 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-13 01:15:32 +0000 |
commit | 80a569906d1fcbede2278193226fef84cdaa96f4 () | |
tree | d1c6a1134db4e7e796798e6caa78132cabbc3fd4 /enc | |
parent | 55fc5598453ed67a86692e3540fca34ce27d2f13 (diff) |
* encoding.c (rb_enc_init): revert removing SJIS.
* enc/sjis.c: move to enc/shift_jis.c, to make encoding name equal to filename for convinience of loading lib. * enc/shift_jis.c: moved from enc/sjis.c. * common.mk: follows enc/shift_jis.c. * enc/Makefile.in: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | enc/Makefile.in | 2 | ||||
-rw-r--r-- | enc/shift_jis.c (renamed from enc/sjis.c) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ DLEXT = @DLEXT@ OBJEXT = @OBJEXT@ BUILTIN_ENCS = ascii.c \ - euc_jp.c sjis.c \ unicode.c utf8.c RUBY_SO_NAME = @RUBY_SO_NAME@ |