BackupGGCode / dataparksearch

An open source search engine for Internet and Intranet sites
GNU General Public License v2.0
1 stars 2 forks source link

RemoteCharset does not work properly with FTP sites #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
LocalCharset UTF-8
RemoteCharset UTF-8
Server ftp://utf8server/
Русские буквы — OK

LocalCharset UTF-8
RemoteCharset windows-1251
Server ftp://winserver/
??????? ????? — fail

but

$ curl ftp://winserver/ | iconv -f cp1251 -t UTF-8
Русские буквы — OK

DPS 4.53, built in a packet and installed into Ubuntu 10.04

Original issue reported on code.google.com by fromagxo@gmail.com on 2 Mar 2011 at 9:30