Bug #28224
Wrong encoded RSS feed
| Status: | Rejected | Start date: | 2011-07-15 | |
|---|---|---|---|---|
| Priority: | Won't have this time | Due date: | ||
| Assignee: | Dmitry Dulepov | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | Estimated time: | 0.25 hour | |
| Votes: | 0 |
Description
Please add
charset=utf-8to ensure correct delivering to the client. Otherwise encoding errors with umlauts could occur.
Please change line
additionalHeaders = Content-type:text/xml
in t3blog\static\t3blog\setup.txt
additionalHeaders = Content-type:text/xml; charset=utf-8
History
Updated by Dmitry Dulepov about 1 year ago
- Status changed from New to Rejected
- Priority changed from Must have to Won't have this time
What if the content of the site is not utf-8?
This line is in TypoScript, so you can modify it as you need.