When i return Persian characters in view.py (same as Arabic characters) i got an error , So i add this line to top of view.py:
# encoding=utf-8
And now my Persian word is like this :
�����
And when i add 'u' before my word again i got error,I run django on Linux with Apache. Please help me and sorry for my terrible English.