﻿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
28630	Can't install django dev version when path contains non-ascii characters on Windows10	zhaogp	nobody	"My home directory like this ""C:\Users\张三"" where ""张三"" is my chinese name.

UnicodeEncodeError was raised when i install django using ""pip install -e .""

<UnicodeEncodeError: 'ascii' codec can't encode characters in position 11-13: ordinal not in range(128) ""> 

However I install it on linux where my home dir is ""/home/zhangsan"", it can be installed sucessfully.

I know that the error above is caused by the chinese-characters in my home directory.

Can this be fixed? Thanks."	Bug	closed	Internationalization	dev	Normal	invalid	install, unicode, encode, chinese characters		Unreviewed	0	0	0	0	0	0
