Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 10 - 3 = ?

 
 [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] nosey (Jesper Veggerby)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.