
05-02-2005, 01:19 PM
|
 |
|
|
Join Date: Dec 2002
Location: N.Y.
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by amykhar
I have a much better fix for this. Your fix blanks out the problem characters. Mine shows them correctly.
In wall.php Find:
Code:
imagettftext($myimage, $fontsize, $textangle, $start_x, $start_y, $color, $fontfile, $string);
Add above:
Code:
$string = utf8_encode($string);
|
Tried that and it does not work!
|