<?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: copy File with file name with chinese characters in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/copy-File-with-file-name-with-chinese-characters/m-p/2270382#M48312</link>
    <description>Hi talendtester,&lt;BR /&gt;&amp;nbsp; I am&amp;nbsp; picking those files from local and copy on ftp, during run time I dont know which character is english and which is chinese.&lt;BR /&gt;&amp;nbsp; so I cant put escape character .</description>
    <pubDate>Tue, 15 Mar 2016 14:47:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-15T14:47:22Z</dc:date>
    <item>
      <title>copy File with file name with chinese characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-File-with-file-name-with-chinese-characters/m-p/2270380#M48310</link>
      <description>Hi , 
&lt;BR /&gt;I have file with file name having English+chinese character. when I copy file using tftpput fille name change. Chinese character will replace by '?'. 
&lt;BR /&gt;example : 
&lt;BR /&gt;1510??????.pdf becomes 1510??????.pdf 
&lt;BR /&gt;I tried changing encoding type to "UTF-8" but chinese character&amp;nbsp; change to unknown character. 
&lt;BR /&gt;exapmple: 
&lt;BR /&gt;1511?????? Adjust.pdf becomes 1511ã¿¹ã¿¯ã¿¼ã¿¿ç²¾ç®¿ Adjust.pdf 
&lt;BR /&gt;please let me know what solution will be applicable for this case.</description>
      <pubDate>Mon, 14 Mar 2016 07:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-File-with-file-name-with-chinese-characters/m-p/2270380#M48310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-14T07:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: copy File with file name with chinese characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-File-with-file-name-with-chinese-characters/m-p/2270381#M48311</link>
      <description>Have you tried using an escape character before each chinese character?</description>
      <pubDate>Mon, 14 Mar 2016 21:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-File-with-file-name-with-chinese-characters/m-p/2270381#M48311</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2016-03-14T21:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: copy File with file name with chinese characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-File-with-file-name-with-chinese-characters/m-p/2270382#M48312</link>
      <description>Hi talendtester,&lt;BR /&gt;&amp;nbsp; I am&amp;nbsp; picking those files from local and copy on ftp, during run time I dont know which character is english and which is chinese.&lt;BR /&gt;&amp;nbsp; so I cant put escape character .</description>
      <pubDate>Tue, 15 Mar 2016 14:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-File-with-file-name-with-chinese-characters/m-p/2270382#M48312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-15T14:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: copy File with file name with chinese characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-File-with-file-name-with-chinese-characters/m-p/2270383#M48313</link>
      <description>In that case: 
&lt;BR /&gt;1. Get the length of each file's name 
&lt;BR /&gt;2. Pull each character in the file's name 1 character at a time and add an escape chacter before each character. 
&lt;BR /&gt;If you didn't want to keep the Chinese characters, you could use a regular expression to remove everything that wasn't alphabetic or numeric: 
&lt;BR /&gt;string.replaceAll("", "");</description>
      <pubDate>Tue, 15 Mar 2016 15:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-File-with-file-name-with-chinese-characters/m-p/2270383#M48313</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2016-03-15T15:59:07Z</dc:date>
    </item>
  </channel>
</rss>

