in reply to Re: Change encoding of a string from utf8 to iso-8859-2
in thread Change encoding of a string from utf8 to iso-8859-2
no magic. I fetch webpage, cut sime content and want to display it. but this one does not work : /$ret = from_to($ret, "iso-8859-2", "utf8");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Change encoding of a string from utf8 to iso-8859-2
by graff (Chancellor) on Mar 05, 2010 at 08:07 UTC | |
|
Re^3: Change encoding of a string from utf8 to iso-8859-2
by Anonymous Monk on Mar 05, 2010 at 07:46 UTC |