﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
22658	Exception in Shell handler with unicode character on 1.7	rbenedum@…	nobody	"When attempting to execute command 'Le Désert' from django shell and error occurs and shell quits.

Steps to repo from
python manage.py shell
'>>>'Le Désert'

Traceback (most recent call last):
  File ""manage.py"", line 12, in <module>
    execute_from_command_line(sys.argv)
  File ""[path_removed]/python2.7/site-packages/django/core/management/__init__.py"", line 427, in execute_from_command_line
    utility.execute()
  File ""[path_removed]/python2.7/site-packages/django/core/management/__init__.py"", line 419, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File ""[path_removed]/python2.7/site-packages/django/core/management/base.py"", line 288, in run_from_argv
    self.execute(*args, **options.__dict__)
  File ""[path_removed]/python2.7/site-packages/django/core/management/base.py"", line 337, in execute
    output = self.handle(*args, **options)
  File ""[path_removed]/python2.7/site-packages/django/core/management/base.py"", line 532, in handle
    return self.handle_noargs(**options)
  File ""[path_removed]/python2.7/site-packages/django/core/management/commands/shell.py"", line 109, in handle_noargs
    code.interact(local=imported_objects)
  File ""/usr/local/lib/python2.7/code.py"", line 306, in interact
    console.interact(banner)
  File ""/usr/local/lib/python2.7/code.py"", line 238, in interact
    line = line.decode(encoding)
  File ""/usr/local/lib/python2.7/encodings/utf_8.py"", line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe9 in position 5: invalid continuation byte

Django Versions tried: 1.7b1, 1.7b4

"	Bug	closed	Internationalization	1.7-beta-1	Normal	worksforme			Unreviewed	0	0	0	0	0	0
