diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | lib/rexml/encodings/SHIFT_JIS.rb | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Tue Feb 17 07:48:21 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/rexml/encodings/SHIFT_JIS: wrong library name. + Tue Feb 17 01:35:28 2004 Tanaka Akira <akr@m17n.org> * 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 6e8f75937..e355704a7 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' |