Hello group,
I have a function, which give me possibility to sort array by many different array's values. But there is a problem in string sorting -> I use ISO-8859-2 and php don't sort words, which have first letter with special character (e.g. ). So my question is how to sort in specyfied encoding ?? I tried to use setlocale() but there it didn't help.
Best regards,
ML