summaryrefslogtreecommitdiff
path: root/lib/rexml/encodings/ISO-8859-1.rb
blob: 2873d13bf0d842f24ccb8e57c84b169b0cada038 (plain)
1
2
3
4
5
6
7
require 'rexml/encodings/US-ASCII'

module REXML
  module Encoding
    register("ISO-8859-1", &encoding_method("US-ASCII"))
  end
end