관리-도구
편집 파일: ISO-8859-1.rb
require 'rexml/encodings/US-ASCII' module REXML module Encoding register("ISO-8859-1", &encoding_method("US-ASCII")) end end