I want to recode text from ISO-8859-2 to windows-1250. When I use
recode_file("ISO-8859-2..CP1250",$in,$out) all is right.
But when I want to use
recode_string("ISO-8859-2..CP1250",$string), output ís null or it isn't correct.
Can somebody help me where is the problem?
Libor