This was reported as crashing on Windows 
in https://code.djangoproject.com/ticket/30184 so we might revert the 
change.

On Friday, February 1, 2019 at 3:45:39 PM UTC-5, Tim Graham wrote:
>
> I think your shell/terminal isn't configured for Unicode. Take a look here 
> for some ideas about how to solve it: 
> https://stackoverflow.com/questions/9942594/unicodeencodeerror-ascii-codec-cant-encode-character-u-xa0-in-position-20/39293287
>
> On Friday, February 1, 2019 at 1:49:07 PM UTC-5, axel...@chaos1.de wrote:
>>
>> Hi, 
>>
>>  File 
>> "/usr/local/py_venv/erdb2-django/lib/python3.6/site-packages/django/core/management/commands/migrate.py",
>>  
>> line 266, in migration_progress_callback 
>>     self.stdout.write("  Applying %s\u2026" % migration, ending="") 
>>   File 
>> "/usr/local/py_venv/erdb2-django/lib/python3.6/site-packages/django/core/management/base.py",
>>  
>> line 145, in write 
>>     self._out.write(style_func(msg)) 
>> UnicodeEncodeError: 'ascii' codec can't encode character '\u2026' in 
>> position 48: ordinal not in range(128) 
>>
>> Should stdout not receive ASCII only? 
>>
>> Someone changed here 3 dots to ellipsis character: 
>>         
>> https://github.com/django/django/commit/50b8493581fea3d7137dd8db33bac7008868d23a#diff-e835ddfb52774b39749788a0d046e477
>>  
>>
>> Axel 
>> --- 
>> PGP-Key:29E99DD6  ☀  computing @ chaos claudius 
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/695ffb4c-46bc-4059-9807-2bf5db18c137%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to