Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2019-03-23 09:14:16

gilibaus
Member
From: Italy
Registered: 2013-08-14
Posts: 91
Website

ASCII characters in rss feed titles

Txp 4.5.7 website with tens of podcast episodes (articles) on it. I have created two different rss feeds and both use <?xml version="1.0" encoding="utf-8"?> and <txp:title /> tag. Problem is that in one feed the title is clean, i.e. Episodio 102: Come Iniziare a Praticare Mindfulness. In the other one the title is mixed up with ASCII characters, i.e. Episodio 102: Come Iniziare a Praticare&#160;Mindfulness. How come and how can I fix it? Thanks.

Offline

#2 2019-03-23 09:22:43

Pat64
Plugin Author
From: France
Registered: 2005-12-12
Posts: 1,595
GitHub Twitter

Re: ASCII characters in rss feed titles

Hi.

This is due to the no_widow feature for titles. To remove the non breaking space:

<title no_widow="0" />

See doc here: https://docs.textpattern.com/tags/title


Patrick.

Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.

Offline

#3 2019-03-23 10:26:51

gilibaus
Member
From: Italy
Registered: 2013-08-14
Posts: 91
Website

Re: ASCII characters in rss feed titles

Thank you!

Offline

Board footer

Powered by FluxBB