diff options
author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-19 15:19:43 +0000 |
---|---|---|
committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-19 15:19:43 +0000 |
commit | 695641dc3629ddad03721f06f03f74204d4e4b6e (patch) | |
tree | e2e5f268305da8685875c9b23d4188a39f497250 | |
parent | caaf01886c2c237155671db34ac1b18706287a99 (diff) | |
download | ruby-695641dc3629ddad03721f06f03f74204d4e4b6e.tar.gz ruby-695641dc3629ddad03721f06f03f74204d4e4b6e.tar.xz ruby-695641dc3629ddad03721f06f03f74204d4e4b6e.zip |
* lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. [ruby-core:3958]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lib/rexml/encodings/SHIFT_JIS.rb | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Mon Dec 20 00:16:54 2004 Kouhei Sutou <kou@cozmixng.org> + + * lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. + [ruby-core:3958] + Sun Dec 19 17:24:59 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in (enable_rpath): use rpath flag to embed the library diff --git a/lib/rexml/encodings/SHIFT_JIS.rb b/lib/rexml/encodings/SHIFT_JIS.rb index 8e8627da1..2fc0b2830 100644 --- a/lib/rexml/encodings/SHIFT_JIS.rb +++ b/lib/rexml/encodings/SHIFT_JIS.rb @@ -1 +1 @@ -load 'rexml/encodings/Shift-JIS' +load 'rexml/encodings/SHIFT-JIS.rb' |