in reply to Re^2: Change encoding of a string from utf8 to iso-8859-2
in thread Change encoding of a string from utf8 to iso-8859-2
This one line of code you showed us is assigning the return value (length in octets) to the same variable that you are trying to convert. That obliterates whatever string you just converted, replacing it with a number.
|
|---|