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

Umlaut problems #49

Closed
habi opened this issue Feb 17, 2015 · 3 comments · Fixed by #50
Closed

Umlaut problems #49

habi opened this issue Feb 17, 2015 · 3 comments · Fixed by #50
Labels

Comments

@habi
Copy link

habi commented Feb 17, 2015

The copy-paste process b0rks Umlauts.

When I use vim-anywhere to write some text (see this short screencast) the umlauts are not returning correctly from the buffer.
On pasting I get √§ for ä, √∂ for ö and √º for ü.
In the corresponding file in /tmp/vim-anywhere the characters are saved correctly...

OS X "10.10.2 (14C109)", MacVim "Custom Version 7.4 (73)" installed via brew install macvim and vim-anywhere installed immediately after reading about it on one thing well.

@cknadler cknadler added the bug label Feb 17, 2015
@cknadler
Copy link
Owner

Hey, thanks for bringing this up. Marking this as a bug.

I think this is probably related to #23. I'll see if I can't figure out why it's getting copied incorrectly.

vitalk added a commit to vitalk/vim-anywhere that referenced this issue Feb 25, 2015
Looks like the system-wide $LANG value doesn't set when calling `pbcopy`
from shell. By forcing it before the command makes the `pbcopy` respect
unicode characters.

Closes cknadler#23 and possible closes cknadler#49.
@cknadler
Copy link
Owner

Fixed!

@cknadler cknadler reopened this Jan 12, 2016
@habi
Copy link
Author

habi commented Jan 12, 2016

Thanks!

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

Successfully merging a pull request may close this issue.

2 participants