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

UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 11689: character maps to <undefined> #22

Open
nafis042 opened this issue Jul 21, 2017 · 1 comment

Comments

@nafis042
Copy link

the file which I am trying to read has UTF-8 charectar and it shows the given error. how can I parse this file?
my code portion:
parser = GraphMLParser()
g = parser.parse("abc.graphml")
`

@hadim
Copy link
Owner

hadim commented Nov 22, 2018

Can you provide the file so I can reproduce the issue?

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