# File lib/nanoc/cli.rb, line 162
  def self.enable_utf8?
    %w( LC_ALL LC_CTYPE LANG ).any? { |e| ENV[e] =~ /UTF/ }
  end