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

Bug #20178 garbled portugeuse character output
Submitted: 2014-01-16 23:54 UTC
From: dave_watts Assigned: kguest
Status: Closed Package: Date_Holidays (version 0.21.8)
PHP Version: 5.5.8 OS: centos
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 : 25 - 17 = ?

 
 [2014-01-16 23:54 UTC] dave_watts (dave watts)
Description: ------------ The holiday text for Portuguese seems to have incorrect UTF8 encoding, the locale settings are very haphazard and do not necessarily agree with the php set_localle function, basically many of the language filters are inaccurate having holiday information in English instead of the native languages to overcome the portuguese problem I have to ($country == "Portugal")?utf8_encode(rtrim($holidays, "; ")) : rtrim($holidays, "; ") if I use the function for all the filters I have problem with japanese

Comments

 [2014-03-10 14:03 UTC] kguest (Ken Guest)
-Assigned To: +Assigned To: kguest
 [2014-04-10 04:19 UTC] kguest (Ken Guest)
The Date/Holidays/Driver/Portugal.php file was encoded as iso-8859-1 rather than utf-8 I've encoded it to utf-8 now and am releasing a new version of the package. Thanks for letting me know of the problem :-)
 [2014-04-10 04:19 UTC] kguest (Ken Guest)
-Status: Assigned +Status: Closed
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/