# File lib/rubypants.rb, line 463
  def character_spaces
    {
      :non_breaking_space => "\u00A0",
      :word_joiner        => "\u2060",
    }
  end