Special words cause error

Hi everyone,

It returns an error when I try to query/insert a specific Chinese word, 𤨾. I have tried on both Stardog Studio and CLI and the error always comes up with. Most Chinese words do not have this problem. Please help on this and give me an advice. Thanks.

For instance:
DESCRIBE :𤨾

Messages:
Lexical error at line 1, column 11. Encountered: "55378" (55378), after : ""

Regards,
Vincent

I find it is the url encoding issue and also get the solution. It should use

DESCRIBE <http://a.b.c.d#𤨾>

instead then everything will work fine.

Sorry for the bothering.

Regards,
Vincent

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