python - How to handle > (>) symbol in Django forms -


in mysql table row (utf-8) have both &gt; , <. < used html , &gt; text within html.

the problem is, keep getting error:

djangounicodedecodeerror: 'utf8' codec can't decode byte 0xa3

what should do?


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -