Hello, everyone
One site was moved to another server where is installed Solaris and other iconv settings. Now, when I validate anythink with "StringLength" function from Zend Framework my scripts fail with this error:
Notice: iconv_strlen() [function.iconv-strlen]: Wrong charset, conversion from `UTF-8' to `UCS-4LE' is not allowed in /usr_files/phplibs/library/Zend/Validate/StringLength.php on line 213
As I understood, server does know about "UCS-4LE" and it is main problem.
Server administrator answered that he could resolve this problem. Do you have any ideas how I can setup ZF at this server?