[Virtuoso-users] VSP and utf-8

2009-12-09 Thread lourens
I am trying to get special characters print correctly in a vsp page. I am accessing RDF Literals. If I access them through JDBC and generate web-pages the output is as I expect. But outputting the value of a sparql select in a vsp page by a http_value call doesn't seem to use utf-8 encoding. I

Re: [Virtuoso-users] Urgent: Virtuoso crashes when free text search fora specific term

2009-12-09 Thread Magnus Haraldsen Amundsen
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users __ Information from ESET NOD32 Antivirus, version of virus signature database 4672 (20091209) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __ Information from

Re: [Virtuoso-users] Urgent: Virtuoso crashes when free text search fora specific term

2009-12-09 Thread Hugh Williams
Hi Magnus, Have you tried with same dataset against a VOS 5.0.12 latest build as that is what we are/would fix against this being the current release ? Is a core file produced (need ulimit -c unlimited) when the crash occurs which may be analysed if you make a debug build ? Best Regards Hugh

Re: [Virtuoso-users] VSP and utf-8

2009-12-09 Thread Mitko Iliev
Hi Lourens, You could use http () function instead , it will output the utf8 string as is . The other way is to use http_value with wide string, i.e. utf8 first should be recoded to wide : v1_lab := charset_recode (v1_lab, 'UTF-8', '_WIDE_') ; http_value (v1_lab); Best Regards, Mitko On

Re: [Virtuoso-users] VSP and utf-8

2009-12-09 Thread lourens
Thanks Mitko, The charset_recode suggestion does work. http(v1_lab) does not: HT008: http requires string, blob or string session as argument 1 Is there a more convenient way to output UTF8 values without the explicit charset_recode as all VSP text output from my sparql queries will be UTF-8.

Re: [Virtuoso-users] Urgent: Virtuoso crashes when free text search for a specific term

2009-12-09 Thread Ted Thibodeau Jr
Hi, Magnus -- This may be purely cosmetic in your email, but on the off-chance that you copied-and-pasted directly from /sparql interface, I did notice a couple minor differences between your two bif:contains clauses -- ?lit bif:contains 'foobar’ . ?lit bif:contains

Re: [Virtuoso-users] Virtuoso 6.0.1

2009-12-09 Thread Patrick van Kleef
Hi Xavier, with KDE 4.4's feature freeze coming up I would like to know when Virtuoso 6.0.1 will be released. KDE 4.4 will be the first release of KDE which depends on Virtuoso and I would like for packagers to package Virtuoso 6 rather than 5. However, 6.0 does contain at least one

Re: [Virtuoso-users] Virtuoso 6.0.1

2009-12-09 Thread Obey Arthur Liu
On Wed, Dec 9, 2009 at 10:55 PM, Patrick van Kleef vos.ad...@openlinksw.com wrote: Hi Xavier, with KDE 4.4's feature freeze coming up I would like to know when Virtuoso 6.0.1 will be released. KDE 4.4 will be the first release of KDE which depends on Virtuoso and I would like for