getpelican / feedgenerator

Standalone version of Django's feedgenerator module
BSD 3-Clause "New" or "Revised" License
52 stars 23 forks source link

Ensure proper percent-encoding via new test #34

Closed venthur closed 1 year ago

venthur commented 2 years ago

This adds a non-ASCII character into the test case to cover if we convert properly using percent-encoding.

Apparently we do, so no other change is needed. Closes: #21

justinmayer commented 1 year ago

Thank you for the enhancement, Bastian! 🏅