Wget-ssl and cyrilic file names

Since a month wget has problems with utf-8 names.

For exmaple:
wget http://domain.tld/винрар.zip --debug --restrict-file-names=nocontrol

outputs:

DEBUG output created by Wget 1.18 on linux-gnu.

Reading HSTS entries from /root/.wget-hsts
Converted file name 'винрар.zip' (UTF-8) -> '******.zip' (ASCII)
.....
Saving to: '******.zip'
.....

How to avoid this behavior?

P.S. busybox and openwrt CC wgets are working right

uclient-fetch seems to be working fine, so maybe use that as a workaround?