-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
On windows MINGW32 git bash or cmd.exe call QuestionHelper ask method input chinese word in my command bug #31870
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
@chalasr @carsonbot Is the bug fixed? |
@lcp0578 There was no PR that I can see. Did you update and didn't manage to reproduce the issue anymore? |
@xabbuh hello, the reproduce,(windows 7 MINGW32 git bash)
|
Hey, thanks for your report! |
Friendly reminder that this issue exists. If I don't hear anything I'll close this. |
@carsonbot No, I have not found a solution so far |
Hey, thanks for your report! |
Just a quick reminder to make a comment on this. If I don't hear anything I'll close this. |
Hey, I didn't hear anything so I'm going to close it. Feel free to comment if this is still relevant, I can always reopen! |
Symfony version(s) affected: 3.4.28
Description
my command code:
on windows MINGW32.
the code: \vendor\symfony\symfony\src\Symfony\Component\Console\Helper\QuestionHelper.php:175
but, when i use cmd.exe i can't input chinese word.
on my macbook it it ok.
my extends bundle github.com/kitlabs-cn/KitGeneratorBundle
How to reproduce
install my extends bundle
composer require kitlabs/kit-generator-bundle
run my command(on MINGW32 git bash):
php bin/console kit:doctrine:generate:entity -vvv
when "Enter table comment: " input "测试" or "你好" (chines word) it is Aborted.
but, on
cmd.exe
i can't input chinese word.Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: