<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problems with utf-8 in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problems-with-utf-8/m-p/52280#M2955</link>
    <description>&lt;P&gt;I made a few more tweaks in 1.2 which is available today.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2012 03:09:51 GMT</pubDate>
    <dc:creator>araitz</dc:creator>
    <dc:date>2012-01-19T03:09:51Z</dc:date>
    <item>
      <title>Problems with utf-8</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problems-with-utf-8/m-p/52277#M2952</link>
      <description>&lt;P&gt;I'm trying to export some data with Korean characters, but when I click to export I get a txt file with the following trace:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Unrecoverable error in the server.
Traceback (most recent call last):
  File "/Users/notgary/Splunk/Sites/XX_splunk/lib/python2.6/site-packages/cherrypy/_cpwsgi.py", line 163, in next
    chunk = self.iter_response.next()
  File "&amp;lt;string&amp;gt;", line 189, in generate_from_stream
  File "/Users/notgary/Splunk/Sites/XX_splunk/etc/apps/excel_export/bin/xlwt/Worksheet.py", line 1003, in write
    self.row(r).write(c, label, style)
  File "/Users/notgary/Splunk/Sites/XX_splunk/etc/apps/excel_export/bin/xlwt/Row.py", line 231, in write
    StrCell(self.__idx, col, style_index, self.__parent_wb.add_str(label))
  File "/Users/notgary/Splunk/Sites/XX_splunk/etc/apps/excel_export/bin/xlwt/Row.py", line 150, in insert_cell
    raise Exception(msg)
Exception: Attempt to overwrite cell: sheetname=u'splunk_results' rowx=0 colx=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Everything works fine when everything is English. I'm going to keep trying, but please let me know if you have any ideas about what might be going wrong. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 07:01:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problems-with-utf-8/m-p/52277#M2952</guid>
      <dc:creator>gpburgett</dc:creator>
      <dc:date>2012-01-17T07:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with utf-8</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problems-with-utf-8/m-p/52278#M2953</link>
      <description>&lt;P&gt;EDIT: see answer below, my initial suspicions were off.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 21:27:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problems-with-utf-8/m-p/52278#M2953</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2012-01-17T21:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with utf-8</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problems-with-utf-8/m-p/52279#M2954</link>
      <description>&lt;P&gt;This was just a lame error on my part.  In appserver/controllers/excel.py, this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;186         # write the header
187         for field in fieldNames:
188             result_sheet.write(0,i,field)
189         i = i + 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;should be this (notice the indent):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;186         # write the header
187         for field in fieldNames:
188             result_sheet.write(0,i,field)
189             i = i + 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The fixed version is available on Splunkbase right now (version 1.1.1).  You can also just make the above change (add 4 spaces on line 189) and then restart Splunk to get the same result.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 21:58:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problems-with-utf-8/m-p/52279#M2954</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2012-01-17T21:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with utf-8</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problems-with-utf-8/m-p/52280#M2955</link>
      <description>&lt;P&gt;I made a few more tweaks in 1.2 which is available today.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 03:09:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problems-with-utf-8/m-p/52280#M2955</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2012-01-19T03:09:51Z</dc:date>
    </item>
  </channel>
</rss>

