Adding Support for Foreign Characters to Django
5 minute read This post explains the changes I needed to make to a Python Django 1.8 website in order to add Unicode (special character) support. The Situation I’ve been helping run a Django 1.8 website, and we’ve been getting tired of errors everytime a user uses accents, foreign language characters, or curly quotes. Errors like DjangoUnicodeDecodeError at […]
Read More Adding Support for Foreign Characters to Django