#23265: runserver crashes with some locales on Python 2
-------------------------------------+-------------------------------------
     Reporter:  SpaceFox             |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Core (Management     |                  Version:  1.6
  commands)                          |               Resolution:
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:                       |      Needs documentation:  0
    Has patch:  0                    |  Patch needs improvement:  0
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by claudep):

 Thanks for checking.
 I think the output problem is another issue, probably due to
 `OutputWrapper.write` using `force_str` with default encoding of `utf-8`.
 In that case, using `get_system_encoding` might be more problematic as the
 output may be redirected to some file where the desired encoding might be
 still `utf-8`. I'd like to get more opinions about the output encoding of
 non-ASCII content from management commands on Windows.

 But I plan to fix ASAP the decoding issue originally reported.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/23265#comment:8>
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/066.d3bffe937bd04f128556903e0415dff6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to