Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.5.0

Bug #9176 UTF-8 in SVGs does not work (patch included)
Submitted: 2006-10-27 07:42 UTC
From: stivick at gmail dot com Assigned: nosey
Status: Closed Package: Image_Canvas (version 0.3.0)
PHP Version: 4.4.2 OS: all
Roadmaps: (Not assigned)    
Subscription  


 [2006-10-27 07:42 UTC] stivick at gmail dot com (Stivick)
Description: ------------ Request #7285 UTF-8 in SVGs This feature does not work. Try creating new canvas with encoding set, other than default. In the header of SVG there stil be deafult encoding (ISO-8859-1). Test script: --------------- #112 SVG.php: if (isset($params['encoding'])) { $this->_encoding = $params['encoding']; Should be $param instead of $params: if (isset($param['encoding'])) { $this->_encoding = $param['encoding'];

Comments

 [2007-06-22 20:15 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!