Skip to content
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

List items are not properly decoded to unicode #711

Closed
jamesls opened this issue Mar 20, 2014 · 0 comments
Closed

List items are not properly decoded to unicode #711

jamesls opened this issue Mar 20, 2014 · 0 comments

Comments

@jamesls
Copy link
Member

jamesls commented Mar 20, 2014

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=我的主機"
jamesls added a commit to jamesls/botocore that referenced this issue Mar 21, 2014
Otherwise unicode chars aren't handled properly.
See aws/aws-cli#711
jamesls added a commit to boto/botocore that referenced this issue Mar 21, 2014
Otherwise unicode chars aren't handled properly.
See aws/aws-cli#711
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant