On 28/03/17 22:05, Andrew U Frank wrote:
i found that encoding the literals in the requests as latin1 i do not
see errors and the triples are stored.

is this intended behaviour? for now, i have a work around.

i look forward to your analysis of the code? when i look at the java
error message, i sense that there is a encoding selected? is it UTF8 or
latin1?

thank you for maintaining fuseki!

andrew


For some (not all) iso-8859-1/latin1 characters, sending and reading back as if it were UTF-8 works. Its the wrong character in the database ("�") but the reverse undoes the damage. This is not true of all of latin-1.

    Andy

Reply via email to