[TYPO3-english] tt_news (page type = xml) renders empty title if title contains danish special characters
Martin Bernt Rud
martin.b.rud at gmail.com
Wed Jun 3 07:20:23 CEST 2009
Hi list,
Has no one got an idea?
Regards,
Martin
2009/5/28 Martin Bernt Rud <martin.b.rud at gmail.com>
> Hi list,
>
> I have a page with this TS:
>
> plugin.tt_news {
> xmlnews = PAGE
> xmlnews {
> typeNum = 100
> 10 >
> 10 < plugin.tt_news
> 10.pid_list >
> 10.pid_list = {$plugin.tt_news.pid_list}
> 10.singlePid = {$plugin.tt_news.singlePid}
> 10.defaultCode = XML
> config {
> disableAllHeaderCode = 1
> additionalHeaders = Content-type:text/xml
> no_cache = 1
> xhtml_cleaning = 1
> tx_realurl_enable = 1
> htmlTag_langKey = da
> language = da
> locale_all = da_DK.UTF-8
> }
> }
> }
> As long as my news records contain no danish special characters (i.e. æ, ø
> and å) everythings is fine. It outputs a fine RSS feed. But if a record
> contains a special character then this items title-node is empty:
>
> <title></title>
>
>
> How do I fix this?
>
> Regards,
> Martin
>
More information about the TYPO3-english
mailing list