From bd00e2118ca8f08ad4336ac8386432fdb8b5fead Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 16 Feb 2004 22:48:25 +0000 Subject: [PATCH] * lib/rexml/encodings/SHIFT_JIS: wrong library name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ lib/rexml/encodings/SHIFT_JIS.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1ba58dadc5..cb0d6331a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 17 07:48:21 2004 Nobuyoshi Nakada + + * lib/rexml/encodings/SHIFT_JIS: wrong library name. + Tue Feb 17 01:35:28 2004 Tanaka Akira * eval.c (rb_eval): care that another thread replace NODE_DREGX_ONCE diff --git a/lib/rexml/encodings/SHIFT_JIS.rb b/lib/rexml/encodings/SHIFT_JIS.rb index 6e8f759373..e355704a7c 100644 --- a/lib/rexml/encodings/SHIFT_JIS.rb +++ b/lib/rexml/encodings/SHIFT_JIS.rb @@ -1 +1 @@ -require 'rexml/encodings/Shift-JIS' +require 'rexml/encodings/SHIFT-JIS'