We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://stackoverflow.com/questions/22510713/how-to-use-awscli-to-set-a-non-english-ec2s-name
For arguments with 'nargs="+"', a list type is created which doesn't make it through the decoding process. This will cause a decode error. Example:
aws ec2 create-tags --resources i-891053a1 --tags "Key=Name,Value=我的主機"
The text was updated successfully, but these errors were encountered:
UTF-8 encode string before urlencoding it
e573db2
Otherwise unicode chars aren't handled properly. See aws/aws-cli#711
39227b6
81e3e95
Successfully merging a pull request may close this issue.
http://stackoverflow.com/questions/22510713/how-to-use-awscli-to-set-a-non-english-ec2s-name
For arguments with 'nargs="+"', a list type is created which doesn't make it through the decoding process. This will cause a decode error. Example:
The text was updated successfully, but these errors were encountered: