Skip to content

Commit

Permalink
Remove previous fix - see comments at aquasync#5 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbot committed Oct 23, 2015
1 parent 61352eb commit bd3fd29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/mapi/property_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,6 @@ def body_html
end
end
end
if @body_html && @body_html.respond_to?(:encoding)
@body_html.force_encoding("utf-8")
@body_html = @body_html.valid_encoding? ? @body_html : @body_html.encode("utf-16le", :invalid => :replace, :replace => "").encode("utf-8")
end
@body_html
end
end
end
Expand Down

0 comments on commit bd3fd29

Please sign in to comment.