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

latin1 characters #107

Closed
jfhenriques opened this issue Dec 31, 2013 · 1 comment
Closed

latin1 characters #107

jfhenriques opened this issue Dec 31, 2013 · 1 comment
Labels
👆 clink Upstream issue in clink.

Comments

@jfhenriques
Copy link

%HOME% or %USERPROFILE% as a bad directory name when user as latin1 characters in name.

This results with the wrong user directory being used.

ConEmu.exe prints this variables correctly

C:\Users\João Henriques  
λ pwd                    
C:\Users\João Henriques  

C:\Users\João Henriques  
λ echo %HOME%            
C:\Users\JoÆo Henriques  

Notice that the pwd path is correct, but not the variables content

@jfhenriques
Copy link
Author

this started happening when i changed the contents of vendor directory (clink, conemu-maximus5 and msysgit) with the ones in the zip of tag v1.1.2. reverting back to v1.1.1 seems to solve the issue.

EDIT:

The problem is somewhere in the clink provided starting with the zip of tag v1.1.2

Gave a try with the conemu and mysgit from zip of tag v1.1.3 and clink from v1.1.1, now echo %USERPROFILE% prints my user name correctly..

EDIT2:

Found someone with the same issue in clink's issue tracker.
Reported there too: https://code.google.com/p/clink/issues/detail?id=176

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

No branches or pull requests

2 participants