-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Can't create a project with accents in the install path #29510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I cannot reproduce the issue. Can you run the command with |
in ubuntu 16.04 i also cannot reproduce the issue. |
@ThePooN What is the output of |
hi guys,
|
@webignition, here is the output I have for locale
@ThePooN Can you confirm you have the same ? |
According to my findings, the issue is with the escapeshellarg function that is escaping non ASCII characters maybe because the locale is not taken into account. |
Should be fixed by 2nd commit of symfony/flex#439 |
Closing as this is not a symfony/symfony issue. Thanks for reporting. |
Symfony version(s) affected: 3.4.x (to my knowledge)
Description
Creating a project while having accents in the install path fails while trying to open a file.
How to reproduce
Current working directory:
~/Documents/Université
Execute
composer create-project symfony/framework-standard-edition symfony3 "3.4.*"
Additional context
Log messages:
Environment
Arch Linux. PHP and Composer installed from the Arch repos, PHP 7.2.13 and Composer 1.8.0.
Enabled extensions:
Core,ctype,curl,date,dom,fileinfo,filter,hash,iconv,json,libxml,mbstring,mysqli,mysqlnd,openssl,pcntl,pcre,PDO,pdo_mysql,Phar,posix,readline,Reflection,session,SimpleXML,SPL,standard,tokenizer,xml,xmlreader,xmlwriter,zip,zlib
The text was updated successfully, but these errors were encountered: