summaryrefslogtreecommitdiff
path: root/lib/rexml/encodings/Shift_JIS.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/encodings/Shift_JIS.rb')
-rw-r--r--lib/rexml/encodings/Shift_JIS.rb18
1 files changed, 1 insertions, 17 deletions
diff --git a/lib/rexml/encodings/Shift_JIS.rb b/lib/rexml/encodings/Shift_JIS.rb
index 8650174538..6e8f759373 100644
--- a/lib/rexml/encodings/Shift_JIS.rb
+++ b/lib/rexml/encodings/Shift_JIS.rb
@@ -1,17 +1 @@
-begin
- require 'uconv'
-
- module REXML
- module Encoding
- def to_shift_jis content
- Uconv::u8tosjis(content)
- end
-
- def from_shift_jis(str)
- Uconv::sjistou8(str)
- end
- end
- end
-rescue LoadError
- raise "uconv is required for Japanese encoding support."
-end
+require 'rexml/encodings/Shift-JIS'