Page 1 of 1

how to revese a multbyte string

Posted: Mon Nov 28, 2005 1:32 am
by jasongr
Hello

function strrev isn't safe when used with a multibyte string
Is there a way to reverse a multibyte string?
maybe there is a way to convert it to ASCII, then use strrev, but how can I convert it back without losing the original characters?
My original string is in UTF8

any help would be appreciated
regards