Commit 5dc9c74f authored by Ladislav Martincik's avatar Ladislav Martincik

Reverting back to old hash syntax.

parent 70c081f8
...@@ -72,7 +72,7 @@ module Pod ...@@ -72,7 +72,7 @@ module Pod
# @return [String] The sanitized text. # @return [String] The sanitized text.
# #
def sanitize_encoding(text) def sanitize_encoding(text)
text.encode('UTF-8', 'binary', invalid: :replace, undef: :replace, replace: '') text.encode('UTF-8', 'binary', :invalid => :replace, :undef => :replace, :replace => '')
end end
#-----------------------------------------------------------------------# #-----------------------------------------------------------------------#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment