# File lib/hoe.rb, line 566
  def self.read_utf path
    File.read(path).sub(/\A\xEF\xBB\xBF/, '')
  end