I have a MT powered site that uses UTF-8 to serve Greek content. The problem is that searching always returns case-sensitive results when using Greek characters. It works just fine when searching for Latin words though.
After hours of testing, I've noticed that Perl fail to distinguish character case when manipulating strings written in non-Latin Unicode, although I'm using Perl 5.8.7 which fully supports Unicode (AFAIK).
I've read that Perl can use case mapping to fix such issues but my Perl knowledge is too limited to write such code.
I'd appreciate if someone can point me to a possible fix for this issue.
Thanks