-
Notifications
You must be signed in to change notification settings - Fork 4
Feeds for testing
Mads edited this page Jun 20, 2021
·
4 revisions
A collection of weird and wonderful podcast feeds, usually within RSS spec but without common assumptions
- Question Marks: https://heylesson.net/podcast/feed/
- Colons: https://www.dr.dk/mu/feed/er-habet-stadig-groent.xml?format=podcast
- Asterisks: https://podcasts.files.bbci.co.uk/p05299nl.rss
WSL has solved the issue of "illegal character on NTFS but not on standard linux fs" by switching illegal characters out on a one-to-one basis with characters in unicode's private use area. E.g. asterisks are replaced by "\uf02a". All the private use area characters are represented as little dots in Windows Explorer. Inside of WSL they are obviously translated back into their "true form". Copy and paste the private character into e.g. ipython and the result will be some completely other representation.