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

Encoding cyrilic text for vim-tig window #37

Closed
javeoff opened this issue Mar 11, 2022 · 5 comments
Closed

Encoding cyrilic text for vim-tig window #37

javeoff opened this issue Mar 11, 2022 · 5 comments

Comments

@javeoff
Copy link

javeoff commented Mar 11, 2022

I prefer, that terminal mode doesn't transcribe text to utf-8
this options not work

    encoding = 'utf-8';
    termencoding = 'utf-8';
    fileencoding = 'utf-8';
    makeencoding = 'utf-8';

I have this format on commits preview. It must be a cyrilic.
Default tig shell command works fine

image

@iberianpig
Copy link
Owner

iberianpig commented Mar 12, 2022

Which do you use Vim or NeoVim?
And, does it work :!tig or :terminal tig?

@javeoff
Copy link
Author

javeoff commented Mar 12, 2022

Problem in default set language

export LANG=en_US.UTF-8 - works!

@javeoff javeoff closed this as completed Mar 12, 2022
@iberianpig
Copy link
Owner

@javeoff
Did you set export LANG=en_US.UTF-8 in .bashrc?

@javeoff
Copy link
Author

javeoff commented Mar 12, 2022

@iberianpig

in zshrc, yes. my LANG param was empty

@iberianpig
Copy link
Owner

I'll add it README👍

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

No branches or pull requests

2 participants