I’ve made a rss-feed in django and i wish to turn € into €. I already use |escape to escape link tags and such. But somehow |escape doesn’t work on €.
Does anybody now a way to also escape € ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
€ is a perfectly valid utf-8 character. You are almost certainly creating utf-8 output, therefore it doesn’t need escaping.