﻿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
22686	makemessages crashes with unicode filename and verbose > 1	Arthur Koziel	nobody	"Running makemessages with a verbose level of >1 crashes with a UnicodeDecodeError when using a filename with unicode chars in it.

Steps to reproduce:

1.  Create file with unicode chars in it (e.g. ""200x200-åäöåäöåäöåäö.png"")
2. Run ""makemessages -v2""

Result: ""UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128)""
Expected: Command should skip file and print ""UnicodeDecodeError: skipped file %s in %s"" to stdout"	Bug	closed	Internationalization	1.6	Normal	fixed			Accepted	0	0	0	0	0	0
