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

incorrect encoding on windows7 when login interactively #951

Closed
boyang9527 opened this issue Sep 6, 2016 · 6 comments
Closed

incorrect encoding on windows7 when login interactively #951

boyang9527 opened this issue Sep 6, 2016 · 6 comments

Comments

@boyang9527
Copy link

boyang9527 commented Sep 6, 2016

  • Command
    cf login
  • What occurred, incl. error and/or stack trace
    when I use
        cf auth é x

I see the correct %C3%A9 encoding

when I use

        cf login -u é

I also see the correct %C3%A9 encoding

But when I login interactive:

        cf login
        ...
        Email> é

I get the wrong %E2%80%9A

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/129884623

The labels on this github issue will be updated when the story is started.

@dkoper
Copy link

dkoper commented Oct 4, 2016

@boyang9527
It seems this is a Golang issue, fixed in 1.8.
Current cf CLI (6.22.1) is built using the latest stable 1.7.1.
Let's revisit when we've moved to Golang 1.8 once it's out.

@boyang9527
Copy link
Author

Thanks Dies!
yes I have seen the comments in Pivotal tracker.
I saw Go 1.8 released is scheduled in Feb 2017. So looks like it can only be fixed almost half a year later...

Anyway I am going to close this issue

@dkoper
Copy link

dkoper commented Oct 7, 2016

@boyang9527 You may want to look into whether there is a way to propose to the Golang devs to backport this to a Golang 1.7.x to get it sooner? (I don't know Golang's release schedule or process)

@boyang9527
Copy link
Author

I don't know the Golang release schedule either... while it is worth to try

@boyang9527
Copy link
Author

thanks Dies!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants