Dear All,
Since SME 7.3 I can see that we are working very hard to make SME server to have a good support on UTF-8, and even most of the server-manager panel had been convert to UTF-8 with a little "pain".
But still, a core part of SME server are not having a good support on UTF-8 and thus cause many error when using SME server espicaly when we tye to use UFT-8 in some non-english using country, where char-set support and iconv support is badly needed. As we all know, most ftp clients do only support ISO-8859-1 and have bad localization support, the only way to have good FTP support on UFT-8 is to play a patch to PtoFTPd.
In ProFTPd, since 2005 there is a very important patch are wildly used in all Linux server with ProFTPd :
ProFTPD - iconv() charset conversion patch
http://home.h01.itscom.net/para/software/misc/proftpd-iconv/index-e.htmlAnd there are even already builded rpm for this patch with the version SME server are using :
proftpd-1.3.1-iconv.patch.gz
(
http://orz.miroq.info/wp-download.php?file=proftpd-1.3.1-iconv.patch.gz)
proftpd-1.3.1-1.fc8.i686.rpm
(
http://orz.miroq.info/wp-download.php?file=proftpd-1.3.1-1.fc8.i686.rpm)
In this version, 2 more lines can be added to proftpd.conf, like :
CharsetLocal UTF-8
CharsetRemote CP932 # This is to support Japanese
With this, you can then set ProFTPd with iconv support to show any char-Set you like
I suggest to add this patch or patched rpm into the new version or add this to the smeupdate to make SME to have a better UTF-8 support
Hope this info can help. I don't know I should open a suggest on the mail-list, or should start a bug report in the WiKi, any one can help ?
Best Regards,
Paul T.C.Fung