module Rails::HTML::Concern::Serializer::UTF8Encode

def serialize(fragment)

def serialize(fragment)
  properly_encode(fragment, encoding: "UTF-8")
end