-
Notifications
You must be signed in to change notification settings - Fork 17
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 issue #24
Comments
Hi and welcome to programming and GitHub. The answer to your question is yes:
|
Thank you! However I'm still getting the same error:
The code looks like this:
I thought I might be a path error, but I don't think so. |
Sorry, I don't have time to help with this further. I'd suggest you ask your question on StackOverflow. |
For those who are interested I resolved the issue by editing the
|
Hi,
I'm not a programmer and I'm new to github, but I found this repo and I think it can help me as I'm working with some old paradox DB's.
I'm getting an error regarding encoding. Can I somehow pass the encoing as a parameter?
I happen to know the encoding I need is 'iso-8859-1'.
The error:
UnicodeEncodeError: 'ascii' codec can't encode character '\xe6' in position 64: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: