Hi Alec,

'iconv' works for me. This can't be the problem. Could you provide a string 
which is passed to 'rc_utf8_clean' by AJAX remotely?

Regards,
Roland

Test script:

if(!iconv("UTF-8", "ISO-8859-1//IGNORE", '123€123')){
 echo "failed";
}
else{
 echo "success: " . iconv("UTF-8", "ISO-8859-1//IGNORE", '123€123'); // 
expected output: 123123
}

----- Original Message ----- 
From: "A.L.E.C" <[email protected]>
Cc: <[email protected]>
Sent: Tuesday, October 20, 2009 8:10 AM
Subject: Re: [RCD] email list showing zeros


>S c o t t K r a m e r wrote:
>
>> IIS7.5 (winserver2008r2 64bit) stock PHP install from microsoft web
>> platform installer
>
> http://trac.roundcube.net/ticket/1486232
>
> This could be platform dependent, because works for me on linux. Please
> try investigate rc_utf8_clean() function. Maybe it's iconv problem?
>
> -- 
> Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
> LAN Management System Developer http://lms.org.pl
> Roundcube Webmail Project Developer http://roundcube.net
> _______________________________________________
> List info: http://lists.roundcube.net/dev/
> 


_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to