International Feeds
James Holderness: I’ve just been putting together a test feed for IRI support in Atom.
I wonder how many feed consumers (from the simplest aggregator to the most complex blog search engines) support Internationalizing Domain Names in Applications?
James provided a useful test feed:
Fixing the Feed Validator was easy due to this support being built into Python:
iri=uri.decode('idna') uri=iri.encode('idna')