#30324: UnicodeDecodeError when loading debug templates.
-------------------------------------+-------------------------------------
     Reporter:  chihun-jang          |                    Owner:  Nick Pope
         Type:  Bug                  |                   Status:  closed
    Component:  Error reporting      |                  Version:  2.2
     Severity:  Release blocker      |               Resolution:  fixed
     Keywords:  runserver,           |             Triage Stage:  Ready for
  UnicodeDecodeError,                |  checkin
  cp949,template,technical_500       |
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by zhangplusone):

 {{{
                 <li onclick="toggle('pre{{ frame.id }}', 'post{{ frame.id
 }}')"><pre>{{ frame.context_line }}</pre>{% if not is_email %}
 <span>…</span>{% endif %}</li>
 }}}

 On line 239, there is a special characters "…", or you can replace it with
 "..."

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30324#comment:11>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.9e25d12c62a7dedc2e15838977df3439%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to