<?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: How to edit my configurations to encode French special characters (é à ê è)? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-configurations-to-encode-French-special/m-p/319906#M59740</link>
    <description>&lt;P&gt;@Naaba - Did the answer below or the comments above help resolve your issue? If yes, please "Accept" the answer below to close out your question. If it's a comment, please mark which comment it was so I can convert it to an answer to be accepted. If you still need help, please add an additional comment with some more feedback. Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Apr 2017 18:44:53 GMT</pubDate>
    <dc:creator>aaraneta_splunk</dc:creator>
    <dc:date>2017-04-21T18:44:53Z</dc:date>
    <item>
      <title>How to edit my configurations to encode French special characters (é à ê è)?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-configurations-to-encode-French-special/m-p/319902#M59736</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am importing data from Gitlab to Splunk.&lt;BR /&gt;
The data imported are in French and contains special characters like é, à, è, ê.&lt;BR /&gt;
Data imported in Splunk are not well encoded.&lt;/P&gt;

&lt;P&gt;For example when importing "Définition" I got "D�finition" in Splunk&lt;/P&gt;

&lt;P&gt;I tried to configure Splunk (props.conf) with others charsets (UTF-8,  latin-1) but nothing works.&lt;/P&gt;

&lt;P&gt;Can anyone help me please?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 14:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-configurations-to-encode-French-special/m-p/319902#M59736</guid>
      <dc:creator>Naaba</dc:creator>
      <dc:date>2017-02-27T14:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my configurations to encode French special characters (é à ê è)?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-configurations-to-encode-French-special/m-p/319903#M59737</link>
      <description>&lt;P&gt;You need to figure out the encoding of the source. The following tool helped me many times in the past - &lt;A href="http://www.ltg.ed.ac.uk/%7Erichard/utf-8.cgi"&gt;Encoding tool&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;So, you can capture one character from the source data and paste it in the tool's text box. Then you need to see whether it matches one of the encoding the tool supports. &lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 14:46:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-configurations-to-encode-French-special/m-p/319903#M59737</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-02-27T14:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my configurations to encode French special characters (é à ê è)?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-configurations-to-encode-French-special/m-p/319904#M59738</link>
      <description>&lt;P&gt;Have you tried this encoding in your props.conf  ?&lt;/P&gt;

&lt;P&gt;[SOURCETYPE]&lt;BR /&gt;
CHARSET=CP1252&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 21:07:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-configurations-to-encode-French-special/m-p/319904#M59738</guid>
      <dc:creator>mdelwaide</dc:creator>
      <dc:date>2017-02-27T21:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my configurations to encode French special characters (é à ê è)?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-configurations-to-encode-French-special/m-p/319905#M59739</link>
      <description>&lt;P&gt;Read this first:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.2/Data/Configurecharactersetencoding"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.2/Data/Configurecharactersetencoding&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Now, have you tried this in props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[host::&amp;lt;YourFrenchHost&amp;gt;]
CHARSET=AUTO
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Make sure that the line uses ALL-CAPS.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 20:09:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-configurations-to-encode-French-special/m-p/319905#M59739</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-02-28T20:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my configurations to encode French special characters (é à ê è)?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-configurations-to-encode-French-special/m-p/319906#M59740</link>
      <description>&lt;P&gt;@Naaba - Did the answer below or the comments above help resolve your issue? If yes, please "Accept" the answer below to close out your question. If it's a comment, please mark which comment it was so I can convert it to an answer to be accepted. If you still need help, please add an additional comment with some more feedback. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 18:44:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-configurations-to-encode-French-special/m-p/319906#M59740</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2017-04-21T18:44:53Z</dc:date>
    </item>
  </channel>
</rss>

