-
Notifications
You must be signed in to change notification settings - Fork 859
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
Ubuntu 1804 - Default 'locale' setting results in portability issues because response to prompts are required to be UPPER case only! #3516
Comments
could be related to #3018 |
Probably not directly unless
That isn't going to work because no
No need to yell.
Notably enough, whatever behavior PowerShell exhibiting with |
Thanks @therealkenc PS: not sure to understand your comment 'No need to yell.' |
The launcher changed between 16.04 and 18.04 may be the cause of this (analogous to but different than #3273). There is no difference in WSL behavior, and WSL does not control Ubuntu behavior.
Ausrufezeichen übersetzt schlecht |
Symbolische Bedeutungen aus https://de.wikipedia.org/wiki/Ausrufezeichen |
Windows build number: Microsoft Windows [Version 10.0.17134.228]
with Ubuntu 1804 distribution and Windows host set to 'culture' German (Germany) but Windows UI language = English(US)
What you're doing and what's happening:
PowerShell commands requiring a confirmation only accept UPPER case response
What's wrong / what should be happening instead:
confirmations are case insensitive.
This has the impact of case in-sensitive powershell scripts suddenly being CASE sensitive for prompts. Meaning portability is lost!
Steps required to reproduce
install Ubuntu 1804
=>results in a strange locale 'en-US-POSIX' that I was unable to change!
install powershell-preview RC1 according to:
https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-powershell-core-on-linux?view=powershell-6#ubuntu-1804
Confirmation that standard Ubuntu 18.04 in a VM doesn't show this issue
PowerShell/PowerShell#7639
due to a different LCID.
Also issue does NOT appear in Ubuntu 1704!
I failed to set a different locale due to error
The text was updated successfully, but these errors were encountered: