summaryrefslogtreecommitdiffstats
path: root/lib/rexml/encodings/SHIFT_JIS.rb
diff options
context:
space:
mode:
authorser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-13 11:50:13 +0000
committerser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-13 11:50:13 +0000
commitaff08f4d2bbc58436d5c1e450b6c2ec8da709dbc (patch)
tree9e7632cacfd07fa3730c770a676932273c2b38e7 /lib/rexml/encodings/SHIFT_JIS.rb
parent2ccf84fd9703a42d1343e5de00bbd319b7e6a7d3 (diff)
downloadruby-aff08f4d2bbc58436d5c1e450b6c2ec8da709dbc.tar.gz
ruby-aff08f4d2bbc58436d5c1e450b6c2ec8da709dbc.tar.xz
ruby-aff08f4d2bbc58436d5c1e450b6c2ec8da709dbc.zip
Merged in the changes from BSD bug report. shift-jis is now shift_jis, in
accordance with IANA git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/encodings/SHIFT_JIS.rb')
-rw-r--r--lib/rexml/encodings/SHIFT_JIS.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/encodings/SHIFT_JIS.rb b/lib/rexml/encodings/SHIFT_JIS.rb
index 6e8f75937..8e8627da1 100644
--- a/lib/rexml/encodings/SHIFT_JIS.rb
+++ b/lib/rexml/encodings/SHIFT_JIS.rb
@@ -1 +1 @@
-require 'rexml/encodings/Shift-JIS'
+load 'rexml/encodings/Shift-JIS'