Re: [Virtuoso-users] Unicode in Virtuoso

2018-03-30 Thread Erich Bremer
The fault was mine. I forgot to specify the "UTF-8" encoding in the file writer: writer = new OutputStreamWriter(new GZIPOutputStream(output)); to writer = new OutputStreamWriter(new GZIPOutputStream(output), "UTF-8"); Although the file looks near identical and even looks correct in some prog

Re: [Virtuoso-users] Unicode in Virtuoso

2018-03-27 Thread Hugh Williams
Hi Erich, When you say bulk update method I presume you mean with the Virtuoso RDF Bulk Loader ie https://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtBulkRDFLoader ? If so are you able to provide a sample NT file for upload to recreate locally , as we have not had such complaints

Re: [Virtuoso-users] Unicode in Virtuoso

2018-03-27 Thread Erich Bremer
I've uploaded some Unicode characters via sparql-auth endpoint using: prefix : insert data {graph { :status "卩尺乇ᐯ丨乇山 ㄒ乇乂ㄒ"}} which will display fine: urn:sbu:test http://www.stonybrook.edu/ns/status "Yay!" urn:sbu:test http://www.stonybro