Hi,
I'm having some trouble with an array containing text in Cyrillic (Ukrainian).
I don't have any problems printing Cyrillic text; simply by adding the meta tag for "windows-1251".
But if I want to do a comparison between two strings in Cyrillic; it's not working. Also if I try to "explode" an array containing Cyrillic words; again it's not working. I'm getting some weird non sense characters.
I'm new to php and to character sets and I was wondering if there is a function to handle this.
I'm having some trouble with an array containing text in Cyrillic (Ukrainian).
I don't have any problems printing Cyrillic text; simply by adding the meta tag for "windows-1251".
But if I want to do a comparison between two strings in Cyrillic; it's not working. Also if I try to "explode" an array containing Cyrillic words; again it's not working. I'm getting some weird non sense characters.
I'm new to php and to character sets and I was wondering if there is a function to handle this.