Does dgraph process chinese rdf N-quads file?

I try to load chiese RDF N-quads file, such as “<010> <北京> .”, into dgraph by dgraph live. But I hit the following error:

While processing file Error while parsing RDF: while lexing name> “北京市” .: Invalid input: n at lexText, on line:1 name> “北京市” .

So dgraph can’t process chinese now?or other solutions to solve this?

For now, predicate name can’t be in Chinese, only the value within the quotes(" ") can be. Can you file an issue on Github and we can look into supporting it?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.