summaryrefslogtreecommitdiff
path: root/lib/rexml/encodings/ISO-8859-15.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/encodings/ISO-8859-15.rb')
-rw-r--r--lib/rexml/encodings/ISO-8859-15.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/encodings/ISO-8859-15.rb b/lib/rexml/encodings/ISO-8859-15.rb
index 953267250e..08a19cb755 100644
--- a/lib/rexml/encodings/ISO-8859-15.rb
+++ b/lib/rexml/encodings/ISO-8859-15.rb
@@ -46,7 +46,7 @@ module REXML
end
array_enc.pack('C*')
end
-
+
# Convert to UTF-8
def from_iso_8859_15(str)
array_latin9 = str.unpack('C*')