Hi! I try to parse and check some sentences in dbpedia graph. While using rdflib.Graph().load(resource) where resource='http://dbpedia.org/resource/Adam_Małysz' I get an error: 'ascii' codec can't encode character '\u0142' in position 21: ordinal not in range(128). My question is - am I missing something, or there actually is no way to change that ascii encoding to utf-8? I even tried to find the erroneous part in lib's code under debugger, but with no result (the number of steps is massively overwhelming for me, as I don't know the lib well).
Kind regards Matt -- http://github.com/RDFLib --- You received this message because you are subscribed to the Google Groups "rdflib-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rdflib-dev/bdf732a0-b4c2-4619-936c-ec60b9fd4c5c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
