aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/encodings/CP-1252.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/encodings/CP-1252.rb')
-rw-r--r--lib/rexml/encodings/CP-1252.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/encodings/CP-1252.rb b/lib/rexml/encodings/CP-1252.rb
index 2ef6a1a291..587c5bdd68 100644
--- a/lib/rexml/encodings/CP-1252.rb
+++ b/lib/rexml/encodings/CP-1252.rb
@@ -58,7 +58,7 @@ module REXML
end
array_enc.pack('C*')
end
-
+
# Convert to UTF-8
def decode_cp1252(str)
array_latin9 = str.unpack('C*')