Does anyone know how I can convert UNICODE string to plain text string?
I have cyrillic UNICODE string(retrieved from LDAP server) and I used utf8_decode function in order to recode it from unicode.
When I'm tested convert_cyr_string function with for additional recoding.
But my original cyrillic string is missing.
Why?
Could anyone help me?
Thanks