GD rendered image not displaying apostrophes
问题 I have made a script which renders an image from a string. It is fine apart from the fact that apostrophes do not show. A space is where the apostrophe should be. Any ideas? Here is the rendering code: (the string is just normal text. Like a newspaper article) $text = $_SESSION['article']; $arrText=explode("\n",wordwrap($text,69,"\n"));//change number 75 here to check the wordwrap $im = @imagecreate(650,2500); //creates an image (width,height) $background_color = imagecolorallocate($im, 0, 0,