[Answered ]-Why force_unicode used?

2👍

If it is the force_unicode() from django, then it needs a string to (wait for it) force to be represented using unicode: https://docs.djangoproject.com/en/dev/ref/unicode/

(If so, you should add “django” as a tag.)

Leave a comment