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

Console does not support the input of Russian characters! #1

Open
ghost opened this issue Jun 15, 2017 · 2 comments
Open

Console does not support the input of Russian characters! #1

ghost opened this issue Jun 15, 2017 · 2 comments

Comments

@gromnitsky
Copy link
Owner

this is a readline misconfiguration issue.

if you just type cat you should be able to input non-English chars, e.g.:

$ cat
от халепа

hence, put the lines below into /etc/inputrc file (on a regular linux system they are usually already there):

set convert-meta off
set input-meta on
set output-meta on

@ghost
Copy link
Author

ghost commented Jun 17, 2017

I did everything but the breakdown is preserved.
See what happens to the console:
https://hostingkartinok.com/show-image.php?id=d7487245b55b462cee365932e377f017
The cat command really shows everything.
But the problem is that when you run the script with Russian characters, they are not shown!

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

1 participant