summaryrefslogtreecommitdiff
path: root/ruby_1_8_5/lib/rexml/encodings/ISO-8859-1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_5/lib/rexml/encodings/ISO-8859-1.rb')
-rw-r--r--ruby_1_8_5/lib/rexml/encodings/ISO-8859-1.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/ruby_1_8_5/lib/rexml/encodings/ISO-8859-1.rb b/ruby_1_8_5/lib/rexml/encodings/ISO-8859-1.rb
new file mode 100644
index 0000000000..2873d13bf0
--- /dev/null
+++ b/ruby_1_8_5/lib/rexml/encodings/ISO-8859-1.rb
@@ -0,0 +1,7 @@
+require 'rexml/encodings/US-ASCII'
+
+module REXML
+ module Encoding
+ register("ISO-8859-1", &encoding_method("US-ASCII"))
+ end
+end