Imported File#ftype spec from rubyspecs.
[rbx.git] / lib / rexml / encodings / ISO-8859-1.rb
blob2873d13bf0d842f24ccb8e57c84b169b0cada038
1 require 'rexml/encodings/US-ASCII'
3 module REXML
4   module Encoding
5     register("ISO-8859-1", &encoding_method("US-ASCII"))
6   end
7 end