lib/characteristics.rb in characteristics-0.1.0 vs lib/characteristics.rb in characteristics-0.2.0
- old
+ new
@@ -12,10 +12,10 @@
:ascii
when "ASCII-8BIT"
:binary
when /^UTF-/
:unicode
- when /^ISO-8859-/, /^Windows/
+ when /^ISO-8859-/, /^Windows-125/
:byte
else
raise ArgumentError, "encoding <#{encoding_name}> not supported"
end
end