pure-ftpd config options broken

uname -a

Linux router 2.6.27.25-0.1-pae #1 SMP 2009-07-01 15:37:09 +0200 i686 i686 i386 GNU/Linux

zypper se pure-ftpd
Retrieving repository ‘openSUSE-11.1-Update’ metadata [done]
Building repository ‘openSUSE-11.1-Update’ cache [done]
Loading repository data…
Reading installed packages…

S | Name | Summary | Type
–±----------±----------------------------------------------------------------±----------
i | pure-ftpd | A Lightweight, Fast, and Secure FTP Server | package
| pure-ftpd | A Lightweight, Fast, and Secure FTP Server | srcpackage
i | pure-ftpd | pure-ftpd: fix to honor PassivePortRange in /etc/pure-ftpd.conf | patch
router:/srv #

cat /etc/pure-ftpd/pure-ftpd.conf


FileSystemCharset utf8
ClientCharset cp1251

/usr/sbin/pure-config.pl /etc/pure-ftpd/pure-ftpd.conf

Running: /usr/sbin/pure-ftpd -A -c10 -B -C15 -z -D -E -fftp -H -I15 -lpuredb:/etc/pure-ftpd/pureftpd.pdb -lpam -L20000:8 -m4 -s -U177:077 -u40 -x -r -i -j -k99 -G -Z -8utf8 -9cp1251 -p30000:40000 -Y0
/usr/sbin/pure-ftpd: invalid option – ‘8’

Why it’s won’t work ?
Please help

-8utf8

No such directive.

But I need that directive - my ftp clients uses CP1251 but system uses utf8. All files in cp1251 codepage without that directives looks like:
РЇРЇРЇР*СѓСЃСЃРєРёР№.Язык

but should see like: ЯЯЯРусский.Язык

I suspect the correct directive is -utf8. I don’t know how the extra 8 got in.

This directive created by

/usr/sbin/pure-config.pl /etc/pure-ftpd/pure-ftpd.conf

Not me.

I don’t trust it. Try it without the 8.