﻿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
18404	SuspiciousOperation exception is thrown if application static path contains non-ascii characters	andkit@…	fhahn	"`AppStaticStorage` sets its location based on `__file__` of the specific application,
but when `FileSystemStore.path` checks the location the bytestring will be converted to unicode (by decoding from utf-8) leading to a `SuspiciousOperation` exception (at least on a windows-machine with a german locale, but I believe this will happen on all systems with non-utf8 filesystem encoding)

Attached patch uses the same approach as the template loaders and will decode the path using the filesystem encoding before further processing happens"	Bug	closed	contrib.staticfiles	dev	Normal	fixed	sprint2013	aaron@… m.r.sopacua@…	Accepted	1	0	0	0	0	0
