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

eio_cli does not work with Python3 #34

Open
HJarausch opened this issue Nov 15, 2017 · 1 comment
Open

eio_cli does not work with Python3 #34

HJarausch opened this issue Nov 15, 2017 · 1 comment

Comments

@HJarausch
Copy link

Python3 is very different from Python2 when it comes to handling of strings and bytes.
Therefore, a simple invocation of 2to3 does not suffice.
Byte-strings have to be decoded and strings to be encoded.
In my attached patch, I use "latin-1". This might be changed to "utf-8" if one uses file names
which contain characters only present in utf-8.
eio_cli_Python3.patch.zip

@CPT-GrayWolf
Copy link

I personally would support updating eio_cli to Python3. I just don't know why this wasn't made as a pull request.
Also utf-8 is pretty the standard for Linux in general.

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