Defect #116
Encoding broken on certain feeds
| Status: | Fixed | Start: | 2009-01-07 | |
| Priority: | Regression | Due date: | ||
| Assigned to: | Geoffrey Sneddon | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 1.2 | |||
| Affected Version: | 1.1.3 |
PHP Version: | 5.2.5 |
|
| mbstring enabled: | No |
iconv enabled: | No |
|
| cURL enabled: | No |
zlib enabled: | No |
|
Description
The encoding appears to be broken on certain feeds, such as http://www.b92.net/info/rss/vesti.xml
Error occurs on the SimplePie Demo too, but appears to have happened recently, between r1002 and r1031.
Associated revisions
Fix #116. mb_convert_encoding, if dealing with an unknown "from encoding", emits an E_WARNING and proceeds to convert from ISO-8859-1, which is whacky as hell.
History
Updated by Geoffrey Sneddon 522 days ago
- Priority changed from Medium to Regression
Updated by Geoffrey Sneddon 405 days ago
Regression between 1.1.1 and 1.1.2, not the range of commits given above.
Updated by Geoffrey Sneddon 405 days ago
- Assigned to changed from Ryan McCue to Geoffrey Sneddon
Caused by change of order of iconv/mbstring and mbstring bug.
Updated by Geoffrey Sneddon 405 days ago
- Status changed from New to Fixed
Applied in changeset r1046.
Updated by Geoffrey Sneddon 397 days ago
- Target version changed from 19 to 1.2