in reply to Re^12: Another utf-8 decoding problem
in thread Another utf-8 decoding problem
$variable = encode("iso-8859-1", $variable);
print "Some text".$variable."Some other text";
print $variable."Some other text";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^14: Another utf-8 decoding problem
by moritz (Cardinal) on Oct 11, 2010 at 16:27 UTC | |
by DreamT (Pilgrim) on Oct 11, 2010 at 19:01 UTC |