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

Request #7285 UTF-8 in SVGs
Submitted: 2006-04-03 15:18 UTC
From: php at sdiz dot net Assigned: nosey
Status: Closed Package: Image_Canvas (version 0.3.0)
PHP Version: 4.4.2 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2006-04-03 15:18 UTC] php at sdiz dot net (Daniel Cheng)
Description: ------------ Would be nice to support unicode in SVG. TTF in GD are unicodes anyway, SVG should be consistance. Just do a "s/iso8859-1/utf-8/g" in SVG.php would do.

Comments

 [2006-04-17 21:07 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. You can now use the 'encoding' => 'utf-8' parameter for the constructor of the SVG canvas. /nosey