# File lib/active_support/vendor/i18n-0.3.7/i18n/backend/helpers.rb, line 40
      def unescape_default_separator(key, separator=nil)
        key.to_s.tr(SEPARATOR_ESCAPE_CHAR, separator || I18n.default_separator).to_sym
      end