# File lib/spreadsheet/encodings.rb, line 6
      def client string, internal='UTF-16LE'
        string.encode Spreadsheet.client_encoding
      end