Can't subscribe blogger.com label feed with umlauts
markusH - February 9, 2008 - 02:22
| Project: | FeedAPI |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Aron Novak |
| Status: | active (needs more info) |
Description
hi,
I just tried to import some blogs using feedapi node processor. Every feed I tried worked fine until I tried to import a blogger.com feed that is filtered by a label - and the label contains special german umlauts:
This is an example I found:
http://jetztkunst.blogspot.com/feeds/posts/default/-/Jetztkunst%20Künstler
I always get the message: there are no news items in the feed (but there are - if you check with some other rss reader). Other feeds from the same blog without the umlauts are fine.
Any idea?
p.s.: I'm using simplepie.

#1
can you subscribe to
http://jetztkunst.blogspot.com/feeds/posts/default/-/Jetztkunst%20K%C3%B...
?
#2
yes I can! coooool!
so, i need to find the proper url encoding for the umlauts and i can import any of these feeds right now. excellent.
thanks again
m.
ps. where would i find a conversion table for future reference?
pps.: just out of curiosity: does it makes sense to build that kind of conversion into the module? or do different sites handle these kind of urls differently?
#3
Well, FeedAPI should be able to handle this without any user interaction. I wrote a patch for this, but unfortunately it breaks simpletests. So it's not possible to commit the patch now.
#4
Subscribing.
#5
DanielTheViking:
Do you experience the problem too? (or just moving the ticket up :) )
Because I cannot reproduce it now at all with the recent versions.
Maybe the feed behavior changed.
If you can reproduce the bug, do you use the same url? If not, what URL do you use? What version of FeedAPI do you use? I assume, it's not FeedAPI 1.0 :) Please arrange the ticket to the version that you really use.