comparing characters in RTL laanguage
Posted: Tue Jan 25, 2005 9:07 am
when i try to do :
it dosent tell me correct on the "כ" letter (its a hebrew letter)
when i try to do :
it works on win2000
but on 2003 server it dosent
where can be the problem?
thnaks in advance
peleg
Code: Select all
$accept =($strї3] == 'כ')? 1:0;when i try to do :
Code: Select all
$accept =strcmp($strї3],"כ") ? 1 : 0 ;but on 2003 server it dosent
where can be the problem?
thnaks in advance
peleg