CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #28224

Wrong encoded RSS feed

Added by Felix Nagel almost 2 years ago. Updated about 1 year ago.

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-8
to 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.

Also available in: Atom PDF