Re: [Virtuoso-users] Virtuoso 5 encoding problems

2010-02-10 Thread Hugh Williams
Hi Alexander, The fix for this still being worked on and should be completed in the next few days ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.openlinksw.com/support Twitter: htt

Re: [Virtuoso-users] Virtuoso 5 encoding problems

2010-02-10 Thread Alexander Sidorov
Hello! Are there any news about about ADO.NET provider encoding problems? Regards, Alexander 2010/1/30 Alexander Sidorov > So I have succeeded in uploading graph to database, but looks like it is > not the end of the story :) > > After triples were uploaded using SPARQL INSERT DATA query, web-

Re: [Virtuoso-users] Virtuoso 5 encoding problems

2010-01-29 Thread Alexander Sidorov
So I have succeeded in uploading graph to database, but looks like it is not the end of the story :) After triples were uploaded using SPARQL INSERT DATA query, web-interface sparql showed non-english literals correctly. But then I tried to get these strings using .NET provider virtado3... and rec

Re: [Virtuoso-users] Virtuoso 5 encoding problems

2010-01-29 Thread Alexander Sidorov
Hello Ivan, I use TTLP from .NET using virtado3. I have attached simplified source code and TTLP parameters values (.NET String is UTF-16). Regards, Alexander 2010/1/30 Ivan Mikhailov > Hello Alexander, > > May I get a sample TTLP call statement that demonstrates the problem, > please? (My mai

Re: [Virtuoso-users] Virtuoso 5 encoding problems

2010-01-29 Thread Ivan Mikhailov
Hello Alexander, May I get a sample TTLP call statement that demonstrates the problem, please? (My mail client shows an attachment icon at your previous mail but no attachments, please re-attach in some different way if there were any) Best Regards, Ivan Mikhailov OpenLink Software http://virtuo

Re: [Virtuoso-users] Virtuoso 5 encoding problems

2010-01-29 Thread Alexander Sidorov
Hi Hugh, I have localized the problem and can be more specific now. I use two ways to add triples to the store: 1. SPARQL INSERT DATA query 2. DB.DBA.TTLP stored procedure The first way work normally, but the second stores triples with incorrect encoding (and nonenglish literals are displayed wro

Re: [Virtuoso-users] Virtuoso 5 encoding problems

2010-01-29 Thread Hugh Williams
Hi Alexander, By what means are you inserting and retrieving the literals ? What are the literal values being inserted and what are the values that are being retrieved incorrectly ? If you can provide minimal steps to reproduce then we can attempt recreation in-house ... Best Regards Hugh Will

[Virtuoso-users] Virtuoso 5 encoding problems

2010-01-29 Thread Alexander Sidorov
Hello! I am using Virtuoso Open Source 5 and have problems storing and retrieving non-english literals. Virtuoso.ini: Charset = UTF-8 Is this a known problem? Regards, Alexander