# File lib/locale/tag/posix.rb, line 49
      def to_s
        s = @language.dup
        s << "_#{@region}" if @region
        s << ".#{@charset}" if @charset
        s << "@#{@modifier}" if @modifier
        s
      end