Re: [Virtuoso-users] Escaping of non-ASCII characters in URIs

2011-12-08 Thread Lars Marius Garshol
* Ivan Mikhailov > > It means that I should write one more %-something formatter for sprintf. > Or, more probably, two of them --- for strings in narrow charset and for > strings that are actually UTF-8 but for some reason stored in a narrow > LATIN-1 column. > I'm providing this patch soon. Gre

Re: [Virtuoso-users] Escaping of non-ASCII characters in URIs

2011-12-08 Thread Ivan Mikhailov
Hello Lars, It means that I should write one more %-something formatter for sprintf. Or, more probably, two of them --- for strings in narrow charset and for strings that are actually UTF-8 but for some reason stored in a narrow LATIN-1 column. I'm providing this patch soon. Best Regards, Ivan M

[Virtuoso-users] Escaping of non-ASCII characters in URIs

2011-12-08 Thread Lars Marius Garshol
We are using the RDF views (of RDBMS data) in Virtuoso, and it's working really well for us. However, we have a problem with the URIs generated by Virtuoso. The root cause of the problem is that the primary keys in the original databases contain non-ASCII characters. This is not good, but it's