Re: In FTP.java, i18n not supported.

2015-01-16 Thread sebb
On 16 January 2015 at 14:12, 이왕석 wrote: > My project is to make android app include ftp client function, so I use > Apache Commons net library. > > English encoding is not problem. but when I use korean, encoding is broken. > > I think FTP.java source code, 417 line, should have to update. > "set

In FTP.java, i18n not supported.

2015-01-16 Thread 이왕석
My project is to make android app include ftp client function, so I use Apache Commons net library. English encoding is not problem. but when I use korean, encoding is broken. I think FTP.java source code, 417 line, should have to update. "setControlEncoding(String encoding)" function changes "_