In the path to my project there is a path that has UTF-8 characters in the name (the directory is called in my native language)
What happened? What did you expect to happen?
Put the project in a path with a name that contains UTF-8 characters (non-ASCII). And try applying any patch. You will receive an error that the file was not found. And the file path will be missing all the characters that are missing ASCII
Verification
composer self-update
)composer update cweagans/composer-patches
)What were you trying to do (and why)?
In the path to my project there is a path that has UTF-8 characters in the name (the directory is called in my native language)
What happened? What did you expect to happen?
Put the project in a path with a name that contains UTF-8 characters (non-ASCII). And try applying any patch. You will receive an error that the file was not found. And the file path will be missing all the characters that are missing ASCII
Contents of
composer.json
Contents of
patches.lock.json
Full output of
composer patches-doctor
Full output of relevant Composer command with the
-vvv
flag added