module Gem::FixFullNameEncoding

def full_name

def full_name
  super.force_encoding(Encoding::UTF_8)
end