repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Imported File#ftype spec from rubyspecs.
[rbx.git]
/
lib
/
rexml
/
encodings
/
ISO-8859-1.rb
blob
2873d13bf0d842f24ccb8e57c84b169b0cada038
1
require 'rexml/encodings/US-ASCII'
2
3
module REXML
4
module Encoding
5
register("ISO-8859-1", &encoding_method("US-ASCII"))
6
end
7
end