<?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: tChangeFileEncoding in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tChangeFileEncoding/m-p/2276048#M52252</link>
    <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;It is called ASCII not ANSI.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;@jlolling, you are so great! If it is ASCII, we can support that. I also wonder what is "ANSI"....
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Tue, 11 Dec 2012 07:00:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-11T07:00:28Z</dc:date>
    <item>
      <title>tChangeFileEncoding</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tChangeFileEncoding/m-p/2276045#M52249</link>
      <description>Hello,
&lt;BR /&gt;I am trying to use the tChangeFileEncoding component without specifying the input encoding format.
&lt;BR /&gt;What does this component exatly do it that case?
&lt;BR /&gt;Does it determine itself the input encoding format ?
&lt;BR /&gt;Currently, if I try to convert an ANSI text file to UTF-8 using this component, all accentuated caracters are currupted.
&lt;BR /&gt;
&lt;BR /&gt;rgds
&lt;BR /&gt;JL Lecardinal</description>
      <pubDate>Mon, 10 Dec 2012 16:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tChangeFileEncoding/m-p/2276045#M52249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-10T16:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: tChangeFileEncoding</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tChangeFileEncoding/m-p/2276046#M52250</link>
      <description>Hi, 
&lt;BR /&gt;If you use the tChangeFileEncoding component without specifying the input encoding format, it will get your system encoding by default.
&lt;BR /&gt;
&lt;PRE&gt;java.io.BufferedReader in_tChangeFileEncoding_1 = new java.io.BufferedReader(&lt;BR /&gt;						new java.io.InputStreamReader(&lt;BR /&gt;								new java.io.FileInputStream(&lt;BR /&gt;										sOriFileN_tChangeFileEncoding_1),&lt;BR /&gt;								System.getProperty("file.encoding")));&lt;/PRE&gt;
&lt;BR /&gt;I have make a test for converting an ANSI text file to UTF-8 using this component, but there is an exception popped up.
&lt;BR /&gt;
&lt;PRE&gt;Exception in component tChangeFileEncoding_1&lt;BR /&gt;java.io.UnsupportedEncodingException: ANSI&lt;BR /&gt;	at sun.nio.cs.StreamDecoder.forInputStreamReader(Unknown Source)&lt;BR /&gt;	at java.io.InputStreamReader.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;	at demo.changefileencoding_0_1.ChangeFileEncoding.tChangeFileEncoding_1Process(ChangeFileEncoding.java:294)&lt;BR /&gt;	at demo.changefileencoding_0_1.ChangeFileEncoding.runJobInTOS(ChangeFileEncoding.java:520)&lt;BR /&gt;	at demo.changefileencoding_0_1.ChangeFileEncoding.main(ChangeFileEncoding.java:388)&lt;BR /&gt; connecting to socket on port 3515&lt;BR /&gt; connected&lt;BR /&gt; disconnected&lt;BR /&gt;Job ChangeFileEncoding ended at 12:28 11/12/2012. &lt;/PRE&gt;
&lt;BR /&gt;I doubt that we cannot support this Encoding.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 11 Dec 2012 04:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tChangeFileEncoding/m-p/2276046#M52250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T04:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: tChangeFileEncoding</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tChangeFileEncoding/m-p/2276047#M52251</link>
      <description>It is called ASCII not ANSI.</description>
      <pubDate>Tue, 11 Dec 2012 06:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tChangeFileEncoding/m-p/2276047#M52251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T06:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: tChangeFileEncoding</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tChangeFileEncoding/m-p/2276048#M52252</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;It is called ASCII not ANSI.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;@jlolling, you are so great! If it is ASCII, we can support that. I also wonder what is "ANSI"....
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 11 Dec 2012 07:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tChangeFileEncoding/m-p/2276048#M52252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T07:00:28Z</dc:date>
    </item>
  </channel>
</rss>

