The code:

echo strcasecmp("Тест ", "тест");   // This are "Test" and "test" in
cyrillic
echo "<br>";
echo strcasecmp("Test", "test");    // This no problem - it works


Results:

-32
0





"Scot L. Harris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sat, 2004-07-03 at 17:08, Rosen wrote:
> > Both versions are  Version 4.3.7 of PHP.
> >
>
> Then more information is needed to figure out the problem.
>
> Sample code plus any error messages or results would help.
>
> -- 
> Scot L. Harris
> [EMAIL PROTECTED]
>
> "Plaese porrf raed."
> -- Prof. Michael O'Longhlin, S.U.N.Y. Purchase

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to