python - How to handle > (>) symbol in Django forms -
in mysql table row (utf-8) have both >
, <
. <
used html , >
text within html.
the problem is, keep getting error:
djangounicodedecodeerror: 'utf8' codec can't decode byte 0xa3
what should do?
Comments
Post a Comment