From ad980058d372b3d103d08370c2eaa8729e375bb4 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 16 Feb 2004 22:48:25 +0000 Subject: * lib/rexml/encodings/SHIFT_JIS: wrong library name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/encodings/SHIFT_JIS.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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' -- cgit